12-08-2008, 08:39 PM
|
#5 (permalink)
|
|
The Visitor
Join Date: Dec 2008
Posts: 1
Thanks: 0
|
help me about mod_rewrite
hi 
i have a problem to use this module for change my link to seo.
i have a simple link: www.domain.com/product_desc.php?id=number
to : www.domain.com/product/number
I use this rules:
RewriteRule ^product/([A-Za-z0-9-]+)/?$ product_desc.php?id=$1 [NC,L]
I change ([0-9]+) or (.*) or ([^.]+)and etc..
and i test similar flag too.[QSA]..
but not successfull because my order page show without picture and css and was added product/ in first other links in page
please help me to skip
thanks
i use - instead / in this method it worked.why?
|
|
|
|