.htaccess problems

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

.htaccess problems

Post by shiznatix »

Ok so this is bugging me. I am trying to add another rule to my .htaccess file but it is giving me a 500 internal server error. This is the line that breaks everything:
RewriteRule ^blufftent/$ blufftent/ [L,QSA]
and that breaks it. The funny thing is that I have lines like this:
RewriteRule ^poker-forum/$ poker-forum/ [L,QSA]
and that works and has worked this whole time.

So I don't see what my new rule is doing wrong. If someone can give me a bit of help that would be awesome.
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

Post by shiznatix »

nothing?
Post Reply