LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > General > Error in log viewer !

Reply
 
Thread Tools Display Modes
  #1  
Old 06-22-2011, 11:53 PM
pyaz pyaz is offline
New Member
 
Join Date: Jun 2011
Posts: 6
Post Error in log viewer !

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!
Reply With Quote
  #2  
Old 06-23-2011, 12:03 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,216
maybe errors in your .htaccess

find out which .htaccess caused the issue:
#grep RESPONSE_BODY .htaccess

and paste the .htaccess here.
Reply With Quote
  #3  
Old 06-23-2011, 12:31 AM
pyaz pyaz is offline
New Member
 
Join Date: Jun 2011
Posts: 6
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>
Reply With Quote
  #4  
Old 06-23-2011, 12:55 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,216
the .htaccess looks ok. any more issue ?
Reply With Quote
  #5  
Old 06-23-2011, 01:08 AM
pyaz pyaz is offline
New Member
 
Join Date: Jun 2011
Posts: 6
yes !
when .htaccess rename to .htaccess1 :
mydomain.com = no prblem
but internal pages
mydomain.com/any_page/ = error 404 !
Reply With Quote
  #6  
Old 06-23-2011, 01:21 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,216
don't rename .htaccess

your domain require this .htaccess. rename it or without it, will cause 404 error. --- just as expected behavior.
Reply With Quote
  #7  
Old 06-23-2011, 01:40 AM
pyaz pyaz is offline
New Member
 
Join Date: Jun 2011
Posts: 6
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 by pyaz; 06-23-2011 at 01:44 AM..
Reply With Quote
  #8  
Old 06-23-2011, 01:58 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,216
got it. have you installed mod_security rules ? try disable it and see if the error gone.

Last edited by NiteWave; 06-23-2011 at 02:31 AM..
Reply With Quote
  #9  
Old 06-23-2011, 02:13 AM
pyaz pyaz is offline
New Member
 
Join Date: Jun 2011
Posts: 6
I remove all the lines?

Error in the removal of all lines currently exist

Last edited by pyaz; 06-23-2011 at 02:22 AM..
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 08:49 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.