Home Security Codex * Patches * PDF documents Feature request / bug report Webtemplates Credits Language Contact Tutorials Tips & Tricks
2nd installation Change the login screen How to enable URL Rewrite? Username is case sensitive since version 4.0 QCMS Tags Members Only

How do I enable URL Rewrite in Horizon QCMS 4.1?


This applies to Horizon QCSM 4.1 and Horizon 5.0 only
Please keep in mind that the URL_Rewrite function in Horizon QCMS 5.0 is only tested on an Apache webserver (on MS-Windows and Linux servers).

Step 1
Open config.php in Notepad and look for the $url_rewrite variable.
# Extra configuration options
# To enable URL rewrite, set $url_rewrite=true;

# Please, keep in mind that the url_rewrite function is 
# only tested on Apache webservers on Linux and MS-Windows computers.

$url_rewrite=false;
#$url_rewrite=true;
Step 2
Change $url_rewrite into true: $url_rewrite=true; 
# Extra configuration options
# To enable URL rewrite, set $url_rewrite=true;

# Please, keep in mind that the url_rewrite function is 
# only tested on Apache webservers on Linux and MS-Windows computers.

#$url_rewrite=false;
$url_rewrite=true;

Step 3
Save config.php and then you'll have enabled URL_Rewrite!