
October 30th, 2001, 08:08 AM
|
|
Contributing User
|
|
Join Date: Jan 2001
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
The RewriteLog lines is for debugging purpose. So be sure to remove it when your script is done.
BTW, here is my very own standard of docroot layout:
Default server:
docroot -> /www/htdocs
cgi-bin -> /www/cgi-bin
vhost.com:
docroot -> /www/vhosts/vhosts.com/htdocs
cgi-bin -> /www/vhosts/vhosts.com/cgi-bin
Next time you are going to reinstall Apache or your server, create a unique /www partition. Having a unique partition to serve webpage increases performance and I/O speed.
|