Forum Moderators: phranque
I'm using this mod-rewrite in my .htaccess file
RewriteRule (.*)-(.*)\.htm$ /plural/index.php?category=$1&filename=$2
However I'm having problems with urls such as
h ttp://www.mydomain.com/support-widget-blue.htm
Is there a way of:
widget-blue being $2
aswell as
widget being $2 in other situations?