Page 1 of 1

Changing theme only works on localhost

Posted: Wed Mar 09, 2005 6:24 pm
by Guest
Greetings, new to the community so let me fire off my first question:

I'm running Serendipity 0.8-beta2 on Mandrake 10.1

Install went fine, although there were a few yellow indicators that I could not figure out how to fix. In any event the install worked great and I'm up and running. I changed the them on the local machine to something I like, and looks great. Posted two entries and all is good. Mind you I do this from home and use either my ip address, from a different machine, or simply locathost in the URL when on the server itself.

When I try and access the site from any other location (other then my local network) the them is lost and set back to what I can only assume is the default (although it's extremly stripped down). Also, the page loads extremly slow.

It sounds like this could be a server hostname issue, but it seems that doesnt make sense since I'm running other apps, (Cacti for example) with no problems.

Any suggestions?

http://www.winwardsystems.com/weblog/

Re: Changing theme only works on localhost

Posted: Thu Mar 10, 2005 4:55 pm
by garvinhicking
You need to make sure that the 'baseURL' config directive is set to the actual hostname you can use/access...

The problem seems to be that you're running your webserver on a nonstandard port and you entered a IP Adress as basename of your Blog ('http://172.16.1.11/'), which does not seem right.

Regards,
Garvin

Posted: Mon Mar 14, 2005 3:00 pm
by Erehwon
I am running my webserver on the standard port 80, but using stealth redirection (masking) to allow it to work since my cable provider does not allow web servers on their network.

Works on all my other applications, just not this one.

Anyway around this?

Thanks!

Edit:

Just changed the URL base path as suggested, from the ip of the server, to the URL.

The page now loads fast, as it should, however the theme is not displayed.

Posted: Mon Mar 14, 2005 4:28 pm
by garvinhicking
Hm, it seems that the URL rewriting does not catch

http://www.winwardsystems.com/weblog/in ... dipity.css

I'll need to make some checks for that, will talk to you later.

Posted: Tue Mar 15, 2005 4:14 pm
by garvinhicking
Please tell me your config option for "Serendipity HTTP Path"

It should point to /weblog/.

Regards,
Garvin