View Single Post
  #11  
Old 10-15-2014, 10:58 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: Clean Url settings

Good to see you worked it out. It was the dot in (\.(\/|htm|html)) - that's what happens when I don't pay much attention

By the way you can try

RewriteRule ^((([/_a-z0-9-]+)/)?([_a-z0-9-]+)/)?([_a-z0-9-]+)(\/|(\.(htm|html)))?$ cart.php?url=$5&last=$4&rest=$3&ext=$7 [NC,L,QSA]

just to keep the original as well
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote