Domain lock in J1.5.11
Jun 25th, 2009 Posted in CMS, PHP | no comment »Once I had to force J1.5.11 to use a specific domain and here is how i’ve done it:
- I browsed to /libraries/joomla/environment
- I opened uri.php in gedit
- finally I replaced all $_SERVER['HTTP_HOST'] with “www.???.com”
i know it’s not good programming.
in fact it’s horrible but it worked for me
