Activating nice url¶
Nice url consists of two main settings.ini.php options.
<force_virtual_host> - removes index.php from URL
<nice_url_enabled> - enables nice url generation.
In order to have nice url, both options have to be activated. You should not forget also use .htaccess for apache and lighttpd mod_rewrite for lighttpd
By default settings looks like:'nice_url_enabled' => false, 'force_virtual_host' => false,Enabled settings looks like:
'nice_url_enabled' => true, 'force_virtual_host' => true,