Jump to content

500 Internal Server Error From Mod Rewrite


atticus

Recommended Posts

Does anyone know why this snippet of code in my .htaccess file would throw a 500 internal error?

 

RewriteBase /spyshop/ RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /spyshop/index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.mydomain.com/spyshop/ [R=301,L]

 

**mydomain is substituted in actual code.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.