RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Error...

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Free
View previous topic :: View next topic  
Author Message
virtuexru



Joined: 31 Jul 2007
Posts: 3

PostPosted: Sep 05, 2007 3:58 pm    Post subject: Error... Reply with quote

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 ***
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Sep 06, 2007 9:04 am    Post subject: Reply with quote

Find .htacess file in htdocs folder and replace

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


with

Code:
RewriteRule    ^([a-z0-9\-\_]+).html$   /cgi-bin/index.cgi?act=page&tmpl=$1 [L]
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Free All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group