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

Reply
 
Thread Tools Display Modes
  #1  
Old 02-23-2009, 03:23 AM
ParisDNS ParisDNS is offline
New Member
 
Join Date: Feb 2009
Posts: 7
Question mod_rewrite

I have this script installed and require mod_rewrite through a .htaccess file.

Script: Prestashop.com

.htaccess file:
Quote:
# URL rewriting module activation
RewriteEngine on

# URL rewriting rules
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [L,E]
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1 [QSA,L,E]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [QSA,L,E]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]

# Catch 404 errors
ErrorDocument 404 /404.php
I have no problem running this under apache, so just wonder what do I need to tweak to correct that? Thanks.

BTW, I've got these errors on LT side:

Quote:
[[HTAccess]] rewrite: invalid env string, '=' expected while parsing: RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [L,E]

[[HTAccess]] rewrite: invalid env string, '=' expected while parsing: RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1 [QSA,L,E]

[[HTAccess]] rewrite: invalid env string, '=' expected while parsing: RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [QSA,L,E]
Reply With Quote
  #2  
Old 02-23-2009, 09:00 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Get rid of the "E" flag since you do not set any new environment variable.
Reply With Quote
  #3  
Old 02-23-2009, 10:05 AM
ParisDNS ParisDNS is offline
New Member
 
Join Date: Feb 2009
Posts: 7
Quote:
Originally Posted by mistwang View Post
Get rid of the "E" flag since you do not set any new environment variable.
Thanks, a lots...
__________________
www.ShoutSonic.com ~ come and shout on gigE public networks
ichiDESK.com | unmetered Dedicated Servers ON DEMAND from US & EU on 10Mbps/100Mbps/1Gbps !
www.sanBOX.in ~ Storage Area Network Dedicated Servers
We also do Linux & Windows Web Hosting

Are you TotemOrTaboo.com ?
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 07:07 PM.



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