Jump to content

jstuckle

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jstuckle

  1. Mike, Thanks for your reply. Unfortunately, this will not work and I'll have to cancel the account. It's a shame, actually. I got an inexpensive account on a monthly basis to do some testing. The final site would require many more resources, and eventually could require several dedicated servers. Thanks anyway, I'll clean up the files and databases and cancel the account. Jerry
  2. Hi, Bruce & Don, and thanks for the speedy response. 1. Ah yes, I hadn't thought about changing my HOSTS file. I haven't had to play with that for quite a while - and it just didn't occur to me . But it's working now. Thanks. 2. This is a MAJOR stumbling block. I'm currently working on a site which could have 30+ subdomains - each with their own webmaster, in addition to the main domain. The main domain has > 250 static pages (and > 1000 dynamically generated pages) whose content is maintained by non-technical people. The folks maintaining the content of the main domain should not have to worry about additional subdirectories for the subdomains. Their current host has things set up so that the subdomains are added below the main domain's root, i.e. the directory structure might be: /home/user/domain.com Main domain directory /home/user/subdomain1.domain.com First subdomain directory /home/user/subdomain2.domain.com Next subdomain directory This makes it very easy to set up the ftp access to only the base domain or appropriate subdomain. (Sorry - I've been working with PC's since DOS 1.0. They're still directories - not folders 3. Thanks - I found it on cpanel. As I said - it wasn't a major problem at the time, and I hadn't looked into it much yet. I wouldn't have even posted here if it were just that problem - . But it's working now. Again, thanks. I like the options available here, and the price can't be beat. Unforttunately, the subdomain problem may still be a deal killer. Jerry (sorry - forgot to sign my last one). P.S. - Bruce - reference your tag line. I disagree that there are no dumb questions. I've been teaching programming (Fortune 1000 companies) for the last 13 years. In that time, I've heard one dumb question: "Do you believe there is no such thing as a dumb question?". But there are no other ones!
  3. I just created a new site and uploaded some files. I have three problems here: 1. The "temporary" access, http://xx.xx.xx.xx/~userid uses a different root directory than the final site http://www.mysite.com. The result here is includes based on the root directory (i.e. #include virtual="/file.html") fail. While this would undoutably be fixed once I change the domain name over, I need to test the site first. This makes it impossible to test. 2. Subdomains are placed in a subdirectory on the root site. i.e. "mysub.****" is placed in the "mysub" directory. It means the subdomain could also be accessed as /mydomain/mysub, causing additional problems with included files (and other things). I would much rather have it in a separate directory below the main site root (www) so it can only be access via the subdomain. (It also makes for much easier maintenance). 3. A minor point - some hosts allow you to reconfigure so that .html files are also processed as server-side files. As all my files include things like headers and footers, I would much rather be able to use .html extensions. Does anyone have any suggestions on these things? TIA. Jerry
×
×
  • Create New...