Re: dot htaccess 301 redirect not working

2012-04-07 Thread keith smith
htaccess 301 redirect not working To: Main PLUG discussion list plug-discuss@lists.plug.phoenix.az.us Date: Friday, April 6, 2012, 8:43 PM Hi, I'm trying to configure some 301 redirects. The old URL looks like this : www.mydomain.tld/article.php?id=1 I need it to redirect to a new URL like

dot htaccess 301 redirect not working

2012-04-06 Thread keith smith
Hi, I'm trying to configure some 301 redirects. The old URL looks like this : www.mydomain.tld/article.php?id=1 I need it to redirect to a new URL like this www.mydomain.TLD/category-name/article-name This Works : note I removed the ?id=1 from RewriteRule ^article\.php$ RewriteCond