Jump to content

Error 500 Due Mod_Rewrite


Guest Arcanck

Recommended Posts

Guest Arcanck

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!

Link to comment
Share on other sites

Guest Arcanck

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...