Redirect issues - Joomla! Forum - community, help and support
i need following url:
index.php?page=shop.browse&category_id=563&option=com_virtuemart&itemid=1
redirected different page, how go doing this?
thanks help
index.php?page=shop.browse&category_id=563&option=com_virtuemart&itemid=1
redirected different page, how go doing this?
thanks help
hi...
for redirect page, can use .htaccess or extension
if use .htaccess redirect, use syntax
redirect 301 old_page_url new_page_url
redirect 301 /index.php?page=shop.browse&category_id=563&option=com_virtuemart&itemid=1 new_page_url
or can use url redirection extensions if want :
http://extensions.joomla.org/extensions ... edirection
regards
for redirect page, can use .htaccess or extension
if use .htaccess redirect, use syntax
redirect 301 old_page_url new_page_url
redirect 301 /index.php?page=shop.browse&category_id=563&option=com_virtuemart&itemid=1 new_page_url
or can use url redirection extensions if want :
http://extensions.joomla.org/extensions ... edirection
regards

Comments
Post a Comment