XFileSharing Free - Error...

Message
Author
virtuexru
Posts: 3
Joined: Jul 31, 2007 7:05 pm

Error...

#1 Postby virtuexru » Sep 05, 2007 3:58 pm

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 ***

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Sep 06, 2007 9:04 am

Find .htacess file in htdocs folder and replace

Code: Select all

RewriteRule    ^([a-z-_]+).html$	/cgi-bin/index.cgi?act=page&tmpl=$1 [L]
with

Code: Select all

RewriteRule    ^([a-z0-9\-\_]+).html$	/cgi-bin/index.cgi?act=page&tmpl=$1 [L]