Guest Arcanck Posted September 2, 2014 Posted September 2, 2014 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!
hussam Posted September 3, 2014 Posted September 3, 2014 If you are trying to redirect taffic to subfolder /index.wsgi/, there is a guide how to so here.
Guest Arcanck Posted September 5, 2014 Posted September 5, 2014 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now