Forum Moderators: phranque
Example:
change >> mysite.com/widgets_section/blue_widgets_shop
to >> mysite.com/widgets/shop.php?shop=blue_widgets
_section and _shop are the regular expressions.
I've tried these lines:
RewriteRule ^(.*)_section/(.*)_shop$ /$1/shop.php?shop=$2
RewriteRule ^(.*)_section\/(.*)_shop$ /$1/shop.php?shop=$2
RewriteRule ^\/(.*)_section\/(.*)_shop$ /$1/shop.php?shop=$2