Hi guys/gals,
I'm trying to figure out why this code in my httpd.conf file isn't working :/
DocumentRoot "/home/user/web/sites/www.domain.com"
ServerName www.domain.com
RewriteEngine on
RewriteRule ^/.*L([0-9]+)/?$ /page.cgi?g=Detailed/$1.html [L]
DirectoryIndex index.html index.php index.htm index.shtml index.php4 index.php3 index.phtml index.cgi
# logs
TransferLog /home/user/web/admin/logs/traffic/log.www.domain.com.txt
CustomLog /home/user/web/admin/logs/traffic/log.www.domain.com.txt "combined"
ErrorLog /home/user/web/admin/logs/errors/error.www.domain.com.error
Options ExecCGI +FollowSymLinks
</VirtualHost>The error being reported isn't any more help either :/
I've rebooted the machine several times... but I just can't get it to work.
Is there something really stupid that I've missed?
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
I'm trying to figure out why this code in my httpd.conf file isn't working :/
Code:
<VirtualHost 207.97.217.140:80> DocumentRoot "/home/user/web/sites/www.domain.com"
ServerName www.domain.com
RewriteEngine on
RewriteRule ^/.*L([0-9]+)/?$ /page.cgi?g=Detailed/$1.html [L]
DirectoryIndex index.html index.php index.htm index.shtml index.php4 index.php3 index.phtml index.cgi
# logs
TransferLog /home/user/web/admin/logs/traffic/log.www.domain.com.txt
CustomLog /home/user/web/admin/logs/traffic/log.www.domain.com.txt "combined"
ErrorLog /home/user/web/admin/logs/errors/error.www.domain.com.error
Options ExecCGI +FollowSymLinks
</VirtualHost>
Quote:
[Mon Feb 21 16:53:39 2005] [error] [client 81.153.51.200] File does not exist: /home/user/web/sites/www.domain.com/sdfsdfs_L_16/I've rebooted the machine several times... but I just can't get it to work.
Is there something really stupid that I've missed?
TIA
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

