I have one problem with Ubuntu and Drupal, which is taking my nights and nights...
I have domain registrationg with GoDaddy.com
I am using Dynamic IP address so I used No-ip.com account.
so my current setup is like...
GoDaddy holds www.tigerinamerica.com registration
No-ip.com holds tiger.no-ip.com registration and it knows my Dynamic IP Address for server running at home.
GoDaddy.com ( www.tigerinamerica.com) points to http://tiger.no-ip.com:5555/drupal
and No-IP.com forwards it to my router and Webserver which is running at home.
In GoDaddy option, I hav used Mask Option...
Problem is when someone try to visit www.tigerinamerica.com forwarding works ok and visitor can see my Drupal site. Address bar is also saying www.tigerinamerica.com but in all the pages if I place my mouse pointer on the link, all the link ref. reads at http://tiger.no-ip.com:5555/drupal instead of www.tigerinamerica.com
Due to this user can not login because cookie is created for tiger.no-ip.com and it needs to be for www.tigerinamerica.com
I tried Apatche's URL Rewriting, but it does not resolves the links generated inside the page page.
My HTTP_HOST variables value holds tiger.no-ip.com:5555 which needs to be hold www.tigerinamerica.com
Is there way, I can update HTTP_HOST variable for Drupal site?
I tried to set $base_url in settings.php file for Drupal but it didn't resolve problem.