URL Rewriting

BIGACE supports beauty URLs by using URL Rewriting features.

This feature can either be activated in Apaches Configuration File or in a .htaccess File. If using the .htaccess function, Apaches configuration must allow to enable the RewriteEngine (allow overwrite) via .htaccess files:

RewriteEngine on
[Tip]Tip
The required .htaccess files come with BIGACE and can automatically be placed at the correct locations when installing, choosing the option "Usage of Rewrite engine allowed".

Please refer to your Webserver Documentation and see also the section called “Security”.