Jump to content

Error 500 Due Mod_Rewrite


Recommended Posts

Guest Arcanck
Posted

The following rules don't work the way it should and return Internal Server Error, but I could not identify what caused this error:

	RewriteCond %{REQUEST_URI} !-d
RewriteCond %{REQUEST_URI} !-f
RewriteRule . /index.wsgi/$1 [L]

I want redirect all requests to index.wsgi!

Guest Arcanck
Posted

Hello!

Thank you for your answer.

I saw this post, but index.wsgi is a file and not a directory.

I tried this directive another time on this server (Stevie) and it worked, but now only give me error.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...