.htaccess - Rewriteurl in htaccess -


in site need rewrite url i'm not capable define rewriterule , rewritecond conditions:

http://www.stiloweb.it/component/search/?keyword=keywords&searchwordsugg=&option=com_virtuemart&page=shop.browse&view=category

should become

http://www.stiloweb.it/component/virtuemart/?keyword=keywords&search=true&view=category&option=com_virtuemart&virtuemart_category_id=0

i'm hoping help. thanks

try adding rule top of htacess file om document root:

rewritecond %{query_string} ^keyword=([^&]+)&searchwordsugg=&option=com_virtuemart&page=shop.browse&view=category$ rewriterule ^component/search/$ /componet/virtuemart/?keyword=%1&search=true&view=category&option=com_virtuemart&virtuemart_category_id=0 [l,r] 

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -