redirect urls - Joomla! Forum - community, help and support
i've tried use mod_rewrite in htaccess can't figure out.
how redirect
this url:
http://www.anthavanhienen.nl/index.php? ... 78&lang=nl
to url:
http://www.anthavanhienen.nl/index.php? ... 78&lang=nl
(i know the're not seo friendly , that's not problem right now. later.)
thanks in advance!
how redirect
this url:
http://www.anthavanhienen.nl/index.php? ... 78&lang=nl
to url:
http://www.anthavanhienen.nl/index.php? ... 78&lang=nl
(i know the're not seo friendly , that's not problem right now. later.)
thanks in advance!
you can add 301 redirect statement .htaccess like:
redirect 301 /old-relative-url http://new-absolute-url
in case:
redirect 301 /old-relative-url http://new-absolute-url
in case:
code: select all
redirect 301 /index.php?option=com_content&view=article&id=263 http://www.anthavanhienen.nl/index.php?option=com_content&view=article&id=231%3atel-unit-voor-plantmachines&catid=40%3aproducten-plantmachines&itemid=78&lang=nl
Comments
Post a Comment