Wordpress IIS directory problem
- by Haluk
Hi,
I'm trying to install wordpress on a Windows IIS server.
I've extracted the wordpress file to a path like the following: www.domain.com/home
I've setup the mysql database and configured the necessary wp-config.php. All is good so far.
When I open the install php at:
http://www.domain.com/home/wp-admin/install.php
The page looks for its stylesheet at:
http://www.domain.com/wp-admin/css/install.css
That is wrong, it should look for the stylesheet at:
http://www.domain.com/home/wp-admin/css/install.css
I'm guessing the problem is with IIS but I have no clue how to tackle it and google did not help so far.
I hope someone would know why this is happening.
Thanks!