I have a domain name forwarding from godaddy to my home network IP address.
I have LAMP setup on Ubuntu machine, and the home network router setup forward http ports to my Ubuntu machine.
When I visit the domain name that I am forwarding it only shows text on the site, the graphics are blank, the layout is not there (CSS stylesheets not loading im assuming), etc.
When I visit the external IP address of my home network everything works fine.
I have tried 3 variations of the config file in /etc/wordpress:
config-IP-Address.php
config-www.domainname.com
config-domainname.com
My Wordpress install IS IN the main /var/www directory, and NOT in a sub-directory like /var/www/wordpress
I have tried all variations of the site url, and home url in the Mysql database wp_options folder:
http://IP-Address.php
http://www.domainname.com
http://domainname.com
What am I missing? This is driving me nuts!
Thanks!