On 8/6/07, Edward Eldon <[EMAIL PROTECTED]> 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

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to