P pyaz Member Jun 23, 2011 #1 Jun 23, 2011 #1 Hello under error in Server Log Viewer : Code: ERROR [config] rewrite: unknown server variable while parsing: RESPONSE_BODY What causes this error? When I send a request to another page will not load!
Hello under error in Server Log Viewer : Code: ERROR [config] rewrite: unknown server variable while parsing: RESPONSE_BODY What causes this error? When I send a request to another page will not load!
N NiteWave Administrator Jun 23, 2011 #2 Jun 23, 2011 #2 maybe errors in your .htaccess find out which .htaccess caused the issue: #grep RESPONSE_BODY .htaccess and paste the .htaccess here.
maybe errors in your .htaccess find out which .htaccess caused the issue: #grep RESPONSE_BODY .htaccess and paste the .htaccess here.
P pyaz Member Jun 23, 2011 #3 Jun 23, 2011 #3 thanks for answer ! htaccess to change the name of my problem was solved! Htaccess but it must be open to internal pages my htaccess : Code: Options -Indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /amlak/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /amlak/index.php [L] </IfModule>
thanks for answer ! htaccess to change the name of my problem was solved! Htaccess but it must be open to internal pages my htaccess : Code: Options -Indexes <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /amlak/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /amlak/index.php [L] </IfModule>
P pyaz Member Jun 23, 2011 #5 Jun 23, 2011 #5 yes ! when .htaccess rename to .htaccess1 : mydomain.com = no prblem but internal pages mydomain.com/any_page/ = error 404 !
yes ! when .htaccess rename to .htaccess1 : mydomain.com = no prblem but internal pages mydomain.com/any_page/ = error 404 !
N NiteWave Administrator Jun 23, 2011 #6 Jun 23, 2011 #6 don't rename .htaccess your domain require this .htaccess. rename it or without it, will cause 404 error. --- just as expected behavior.
don't rename .htaccess your domain require this .htaccess. rename it or without it, will cause 404 error. --- just as expected behavior.
P pyaz Member Jun 23, 2011 #7 Jun 23, 2011 #7 If I do not rename this file"htaccess" ERROR "[config] rewrite: unknown server variable while parsing: RESPONSE_BODY" error is displayed in server log Last edited: Jun 23, 2011
If I do not rename this file"htaccess" ERROR "[config] rewrite: unknown server variable while parsing: RESPONSE_BODY" error is displayed in server log
N NiteWave Administrator Jun 23, 2011 #8 Jun 23, 2011 #8 got it. have you installed mod_security rules ? try disable it and see if the error gone. Last edited: Jun 23, 2011
P pyaz Member Jun 23, 2011 #9 Jun 23, 2011 #9 I remove all the lines? Error in the removal of all lines currently exist Last edited: Jun 23, 2011