Forum Moderators: phranque
the htaccess code below is not working.
RewriteEngine On
RewriteRule ^([^/]*)/([^/]*)/$ /article1.php?dynamic-keyword=$1&id=$2 [L]
RedirectMatch permanent ^http://mysite.com/dynamic-title/dynamic-id/$http://mysite.com/dynamic-keyword/dynamic-id/
any tips?
Many thanks!