Forums / General / delete the siteaccess in the URL

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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