How can I remove the "lang,en/" from the default language URL? - Joomla! Forum - community, help and support


here's issue, default (original) url (in case in english) this:

http://www.mysite.com/content/view/785/1/

but using joomfish get

http://www.mysite.com/content/view/785/1/lang,en/

so there way 301 redirect keep serps , old urls in google?

i thinking maybe adding .htaccess like

rewritecond %{http_host} ^mysite\.com$ [nc]
rewriterule ^(.*)$ http://www.mysite.com/$1 [r=301,l]

but i'm not stuff, know how right?

thank you,

do have ask in "general questions"?





Comments