I am new in whmcs and I want to change the URL by country.
If a customer from the India has a URL like:- http://example.com/in/
or from the UK have a URL like http://example.com/uk/
.
I am trying this .htaccess
file but it is not working.
RewriteEngine on
RewriteRule ^in/(.*).php?(.*) /$1.php&country=india [NC,L,QSA]
also I want to change the homepage according to country.