Wordpress IIS directory problem

Posted by Haluk on Stack Overflow See other posts from Stack Overflow or by Haluk
Published on 2010-05-28T16:56:30Z Indexed on 2010/05/28 17:01 UTC
Read the original article Hit count: 228

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about php

Related posts about iis