Page redirection by htaccess - Joomla! Forum - community, help and support
hell joomla programmers,
i add rule redirecting page has url this:
"http://www.[spam]\anycatigory\article"
to url:
"http://www.[spam]\article"
and think might fixed adding rule ".htaccess" file
can me
1- add rule
2- how write in right context
thanks in advance.
i add rule redirecting page has url this:
"http://www.[spam]\anycatigory\article"
to url:
"http://www.[spam]\article"
and think might fixed adding rule ".htaccess" file
can me
1- add rule
2- how write in right context
thanks in advance.
you cannot redirect domain want to. can redirect url requests own domain. example:
"http://www.yoursite.com/[spam]/anycatigory/article"
to url:
"http://www.yoursite.com/[spam]/article"
"http://www.yoursite.com/[spam]/anycatigory/article"
to url:
"http://www.yoursite.com/[spam]/article"
Comments
Post a Comment