Archive for the CMS Category

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:

  1. I browsed to /libraries/joomla/environment
  2. I opened uri.php in gedit
  3. 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 :)