OK, Im pretty sure Ive hit this problem before but cannot for the life of me remember how to fix it......
Running XAMPP (PHP, SQL, APACHE etc) on a Windows box...
Browsing to http://192.168.1.102/wordpress gives me wordpress in all its glory... but I want to make the server direct straight to the wordpress directory.
So I edited the httpd.conf file to change the default directory path to wordpress. It worked, BUT, Wordpress is no longer using the CSS stylesheets etc, which obviously makes the pretty much useless.
The entries I modified were :
DocumentRoot "C:/xampp/htdocs" to DocumentRoot "C:/xampp/htdocs/wordpress/"
"<Directory "C:/xampp/htdocs">" to "<Directory "C:/xampp/htdocs/wordpress">" (quotes added else GZ forums think its code)
What have I missed to make the CSS be ignored ?
TIA
