htaccess help...
htaccess help...
Out of context: Reply #1
- Started
- Last post
- 1 Response
- fugged0
You can't use query strings like that with mod_alias. Need to use mod_rewrite. Try this:
RewriteEngine On
RewriteCond %{QUERY_STRING} ^cat=2956$
RewriteRule ^categories\.php$ http://www.mysite.com/pages.php [R=301,L]