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

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > Install/Configuration > mod rewrite not working correctly after switch

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 01-17-2012, 10:20 PM
bangsters bangsters is offline
Member
 
Join Date: Dec 2011
Posts: 40
Default mod rewrite not working correctly after switch

Hi.

Mostly our litespeed upgrade has been working. We have switched our servers to production version of litespeed.

Only problem, for some clients is mod rewrite.

If you go to one of our clients site, like

http://blog.tailoredvps.com/announce...and-vps-plans/

you will notice that the page layout is no longer displaying correctly.

I believe it has something to do with mod rewrite or the .htaccess file. However, other sites with rewrite on is working fine, so I'm a bit puzzled. Below is the .htaccess file contents:

AddType application/x-httpd-php .php .htm .html .php5

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond &#37;{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

The above was working fine with apache.
Reply With Quote
 

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 06:12 PM.



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