Forums / General / delete the siteaccess in the URL

delete the siteaccess in the URL

Author Message

benitha baveza

Thursday 02 April 2009 3:56:28 pm

hi,

i want to have

http://www.mysite.com/index.php/rubrique/actualite

instead of

http://www.mysite.com/index.php/fre/rubrique/actualite

I want to exclude "fre" in the url.

thanks

Bjarte Lunde

Friday 03 April 2009 12:11:12 am

Hello

In settings/override/site.ini.append.php put the following under [SiteAccessSettings]

RemoveSiteAccessIfDefaultAccess=enabled

You can probably remove the index.php by tweaking the .htaccess file if you're on shared hosting and adding the following in addition to the line above

ForceVirtualHost=true

Regards,
Bjarte

benitha baveza

Friday 03 April 2009 3:29:50 pm

thanks