Hi all, I’m trying to make a rewrite rule for my main site URLS. The two URLs I’m wanting is as follows:
[B]http://www.example.com/products/example-product[/B]
Instead of: http://www.example.com/index.php?main_page=products&id=example-product
[B]http://www.example.com/lists/all-accessories[COLOR=“Red”]/6-7+Years/[/COLOR][/B]
Instead of: http://www.example.com/index.php?main_page=lists§ion=all-accessories[COLOR=“Red”]&sizes=6-7+Years[/COLOR]
The bits in red are optional depending on whether the use wishes to filter their results on the list page.
My current rewrite rule which is working perfectly for the list page is as follows:
RewriteRule ^(.)/(.)/(.*)$ index.php?main_page=$1§ion=$2&sizes=$3&id=$4 [L]