Getting a internal server 500 error..
checked error logs, this is what I get..
[Wed Sep 5 10:51:18 2007] [alert] [client 204.8.190.2] /home/***/public_html/.htaccess: RewriteRule: cannot compile regular expression '^([a-z-_]+).html$'\n
took off ***
XFileSharing Free - Error...
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Find .htacess file in htdocs folder and replace
with
Code: Select all
RewriteRule ^([a-z-_]+).html$ /cgi-bin/index.cgi?act=page&tmpl=$1 [L]
Code: Select all
RewriteRule ^([a-z0-9\-\_]+).html$ /cgi-bin/index.cgi?act=page&tmpl=$1 [L]