1
I have been trying to add a simple mod rewrite to WF-Channel and without much luck. Could someone help me out with this issue a little?
tried the following:
Options +FollowSymLinks
RewriteEngine on
RewriteRule index-cid-(.*).html index.php?cid=$1
Options +FollowSymLinks
RewriteEngine on
RewriteRule index/cid/(.*) index.php?cid=$1
RewriteRule index/cid/(.*)/ index.php?cid=$1
Options +FollowSymLinks
RewriteEngine on
RewriteRule index,(.*).html index.php?cid=$1
And nothing happens :/
Thank you
Catz