Small problem with a new roster install at http://www.sillyhoodguild.com/roster
I have entered (and checked the DB) the domain name and directory correctly.
The issue is that this domain is actually hosted on:
http://www.sportbikeguy.com/sillyhood
The links (and apparently the style sheets) are grabbing some sort of URL info from the PHP variables and not from the domain name and directory i specified in the config. So it's trying to use the host domain of sportbikeguy.com and then the roster dir after it (ie. www.sportbikeguy.com/roster, which of course wont work.)
Ok, so then I try to add two lines in my .htaccess file to set the PHP vars of HTTP_HOST and SERVER_NAME to www.sillyhoodguild.com. Still no go.
So... then I start digging in the roster code. I tried hard coding the locations in config.php file, but it didn't work either.
I'm stumped.