Redirecting broken urls - Joomla! Forum - community, help and support
hi, google finds several broken urls on site when sef on. examle these:
http://example.com/component/contact/6?itemid=73
http://example.com/component/contact/6?itemid=96
http://example.com/component/contact/6?itemid=31
can and/or how make redirect in .htaccess file redirect , similar urls to:
http://example.com/component/contact/
thanks
http://example.com/component/contact/6?itemid=73
http://example.com/component/contact/6?itemid=96
http://example.com/component/contact/6?itemid=31
can and/or how make redirect in .htaccess file redirect , similar urls to:
http://example.com/component/contact/
thanks
if need simple redirection write this
redirect component/contact/6?itemid=73 component/contact/
first , second where
redirect component/contact/6?itemid=73 component/contact/
first , second where
Comments
Post a Comment