View Single Post
  #3 (permalink)  
Old 05-07-2008, 07:51 AM
minstrel's Avatar
minstrel minstrel is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Ottawa, Canada
Posts: 3,620
minstrel RepRank 0
Default Re: 500 server error from htaccess

Try adding

Code:
Options +FollowSymLinks
before

Code:
RewriteEngine on
Then remove one of the ReWrite lines, probably the first one.

And you should only have one line terminating in ",L]
Reply With Quote