PDA

View Full Version : Oh-oh. 500 error.


detoam
04-26-2007, 01:30 PM
I suddenly started to have a 500 error. I have gone through some topics here that deal with it, but I could not understand anything. I have no clue in PHP.
I have not changed anything in the .htaccess before the error happened. the directory was running just fine for awhile now. Please help.

Never mind. I have replaced the .htaccess file with new one and it works now. I have been having a few problems like that and it seems that everytime I do I am using firefox. I guess I will have to get rid of that.

Boby
04-26-2007, 01:48 PM
Try adding to your .htaccess file:
Content visible to registered users only.
Right after:
Content visible to registered users only.

Try removin all the other .htaccess rules before RewriteEngine, if it's working then add back a rule at a time until it stops working again. Then you'll know what's causing this.

Make sure all files have proper permissions, try givin all 755 except /temp/ and it's subfolders.

detoam
04-26-2007, 01:49 PM
Thank You Boby.