View Single Post
  #3 (permalink)  
Old 05-07-2008, 08:51 AM
minstrel's Avatar
minstrel minstrel is offline
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: Ottawa, Canada
Posts: 2,554
minstrel RepRank 2minstrel RepRank 2
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