Return to Snippet

Revision: 44727
at April 16, 2011 09:44 by batfan


Initial Code
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]

Initial URL


Initial Description
Place directly below 'RewriteEngine On' to ensure that no other redirects interfere with it.

Initial Title
HTACCESS - Old Joomla Page Redirect

Initial Tags
htaccess, joomla

Initial Language
Apache