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

Go Back   LiteSpeed Support Forums > External Applications > Apache Migration/Compatibility > rewrite problem, please help

Reply
 
Thread Tools Display Modes
  #1  
Old 12-03-2009, 01:27 PM
metheart metheart is offline
New Member
 
Join Date: Dec 2009
Posts: 2
Default rewrite problem, please help

Hello,
i have problem with rewrite rules
i have hosted my site on micfo.com, and micfo recently changed server, and in new server there is litespeed instead of apache as they say, and some of rewrite rules do not work, as they say it should work without any problem but it is not working, what can i do? i am not the developer, but just owner of the site,

here is a part from rewrite rules in my .htaccess
for example here "main" works but "gallery" do not work


RewriteEngine On

#main
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(\main|\main\/)$ index.php?sec=main [L,QSA]

#gallery
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(\gallery|\gallery\/)$ index.php?sec=gallery&tab=0 [L,QSA]

#gallery PAGE
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^gallery-([0-9]+)$ index.php?sec=gallery&tab=0&page=$1 [L,QSA]

...

AddHandler application/x-httpd-php5 .php


would be glad if you advise some help
Thank you
Reply With Quote
  #2  
Old 12-03-2009, 05:14 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
rewrite rule in .htaccess has to remove the leading "/", it is called rewrite base.


RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(main|main\/)$ index.php?sec=main [L,QSA]

#gallery
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(gallery|gallery\/)$ index.php?sec=gallery&tab=0 [L,QSA]
Reply With Quote
  #3  
Old 12-03-2009, 05:59 PM
metheart metheart is offline
New Member
 
Join Date: Dec 2009
Posts: 2
oh thanks much, it worked, thank you again (:
Reply With Quote
Reply

Tags
rewrite. litespeed

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 04:42 AM.



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