HTACCESS - Old Joomla Page Redirect


/ Published in: Apache
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. RewriteCond %{REQUEST_URI} /index\.php
  2. RewriteCond %{QUERY_STRING} option=com_content&view=article&id=46&Itemid=56
  3. RewriteRule ^(.*)$ http://www.domain.com/newpage.html? [L,R=301]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.