/ Published in: Apache
Place directly below 'RewriteEngine On' to ensure that no other redirects interfere with it.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteCond %{REQUEST_URI} /index\.php RewriteCond %{QUERY_STRING} option=com_content&view=article&id=46&Itemid=56 RewriteRule ^(.*)$ http://www.domain.com/newpage.html? [L,R=301]