How to add some url rewrite to WHMCS? – Apache
I'm trying to setup a classic .htaccess file for url rewriting. For the moment I'm trying to simply rewrite login.php to login I have tried using the following .htacess file : RewriteEngine on RewriteBase / # Not Directory RewriteCond %{REQUEST_FILENAME}…