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! Quote
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. Quote
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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.