Topic awaiting preservation: how to do Apache subdomains... (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: Careywood, Idaho, USA |
posted 06-04-2005 18:13
Hello everyone! |
Nervous Wreck (II) Inmate From: Careywood, Idaho, USA |
posted 06-04-2005 18:51
I thought I might clarify my particular configuration; code: #BEGIN REDIRECT ALL REQUESTS TO THE ATI SERVER <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*) /users/aubrey/sites/atiserver/atiserver.php [nc] </IfModule> #END REDIRECT ALL REQUESTS TO THE ATI SERVER
|
Nervous Wreck (II) Inmate From: Careywood, Idaho, USA |
posted 06-05-2005 02:45
AAHAHh!!1 |
Paranoid (IV) Inmate From: Minneapolis |
posted 06-06-2005 17:53
Actually I just set up vhosts on my laptop so I could get some work done Internet-free over the weekend. I chose to use ports instead of setting up local domain information. So I made my Sites directory the default, and put an index.php file links to all the port-based sites I had set up (which I simply made subdirectories of Sites). Perhaps a less elegant solution, but I prefer to keep everything in the httpd.conf where I'm used to it. |
Neurotic (0) Inmate Newly admitted From: |
posted 07-07-2005 03:26
Now lets give even the folks with a windows based server setup a chance. |