On 8/6/07, Edward Eldon <[EMAIL PROTECTED]> wrote: > 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?
What does the HTML source look like (specifically the lines that include the CSS file(s))? I'm assuming you're using a standard skin (e.g. PmWiki). If so, perhaps the $SkinDirUrl (I've probably mis-remembered the name) isn't working for you. Are you able to view the CSS file without using PmWiki? That is can you type something like "http://127.0.0.1/pub/css/example.css" and pick up the CSS? -- Ben Wilson "Words are the only thing which will last forever" Churchill _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
