[pmwiki-users] can't find the css

H. Fox haganfox at users.sourceforge.net
Mon Aug 6 08:06:32 CDT 2007


On 8/6/07, Edward Eldon <edward at eldon.gotadsl.co.uk> wrote:
>
>
> Dear All
>
> I am trying to install pmwiki to run locally on my laptop. I have tested
> several php based sites successfully before. I have placed my pmwiki
> installation like this:
>
> C:\web_root\pmwiki\pmwiki-2.2.0-beta62\
>
> and set my apache server so that http://127.0.0.1/ points at the pmwiki.php
> which is within the folder above.
>
> When I load my browser to http://127.0.0.1 I get the page, but its not
> picking up the css - so its totally unformatted.
>
> I have also tried putting it all one level higher - thus -
> C:\pmwiki\pmwiki-2.2.0-beta62\pmwiki.php in the httpd.conf file for apache
>
> How do I get it to pick up the css please?

Try explicitly setting $PubDirUrl .  It'll be something like

   $PubDirUrl = "http://127.0.0.1/pmwiki/pmwiki-2.2.0-beta62/pub";

Hagan



More information about the pmwiki-users mailing list