mod_rewrite throwing too many 500 error sometimes

Status
Not open for further replies.

snapingster

New Member
Messages
10
Reaction score
0
Points
0
Hi

I had set up a photoblog and now using seo to acess it so i am veru much dependent on mod_rewrite. but th problem is sometimes the server throws toooo many 500 errors and suddently once in a minute it shows the correct page. I am on a ad-free pacage. also sometimes MYSQL has gone away error is thrown but thats rare. but why is so many Error 500 thrown? when the same configuration works other times?


Domain: www.snapingster.com


Hosting Server : chopin
 
Last edited:

calistoy

Free Support Volunteer
Community Support
Messages
5,602
Reaction score
87
Points
48
Please go to your .htaccess file and make sure you have RewriteBase / added above all rewrite rules.

Also at this moment, staff are aware of other problems affecting your server so they are working to get that fixed soon.
 
Last edited:

snapingster

New Member
Messages
10
Reaction score
0
Points
0
yes its already there :(


Code:
<IfModule mod_rewrite.c>
    Options -Indexes
    RewriteEngine on
  
    RewriteBase /
    RewriteRule ^index.php/?$ / [L]
    RewriteRule ^sitemap.xml browse.php?x=sitemap [L]
    RewriteRule ^([0-9]*)/?$ browse.php?showimage=$1 [L]
    RewriteRule ^tag/(.*)/([0-9]*)/?$ browse.php?x=browse&tag=$1&pagenum=$2 [R,L]
    RewriteRule ^tag/(.*)/?$ browse.php?x=browse&tag=$1 [R,L]
    RewriteRule ^category/([0-9]*)/([0-9]*)/?$ browse.php?x=browse&category=$1&pagenum=$2 [R,L]
    RewriteRule ^category/([0-9]*)/?$ browse.php?x=browse&category=$1 [R,L]
    RewriteRule ^archivedate/([0-9\-]*)/([0-9]*)/?$ browse.php?x=browse&archivedate=$1&pagenum=$2 [R,L]
    RewriteRule ^archivedate/([0-9\-]*)/?$ browse.php?x=browse&archivedate=$1 [R,L]
    RewriteRule ^browse/([0-9]*)/?$ browse.php?x=browse&pagenum=$1 [R,L]
    RewriteRule ^(browse|about|rss|sitemap|)/?$ browse.php?x=$1 [L]
  
</IfModule>


It was working fine in the morning but now it throws tooo many errors!
 
Last edited:

snapingster

New Member
Messages
10
Reaction score
0
Points
0
will some one help me out ?????

I am getting Error 500 till now. !!! Please help
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
snapingster.com is loading fine for me.
 
Status
Not open for further replies.
Top