I'm running IIS 6 and Drupal 4.7.6. Drupal can connect to the database just fine, but only index.php loads. When I try to load a node, it just renders the front page. I can't even get to the log in page. Has this happened to anyone else?

Comments

coreyp_1’s picture

Possibly a .htaccess issue?

I don't use IIS myself, so that's the extent of my insight.

- Corey

eatrains’s picture

I'm unfamiliar with IIS as well. I also initially thought it was an .htaccess issue, but as far as I can tell IIS doesn't use .htaccess files and just ignores them if they're present.

patrickharris’s picture

the fact .htaccess is ignored. I think you would be better off using Apache; it's easy enough to install if you download it via a framework like Xampp.

sepeck’s picture

.htaccess is an Apache only thing. IIS doesn't know or care about the existence of .htaccess.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide

mlcc2000’s picture

I am running Drupal 4.7.5 on IIS 5 and it does work. It does take some configuration and modifications to work. Are you saying that the links on the page don't work or that you cannot get anything to come up even when typing in a link on the browser's address bar? Such as http://www.yourserver.com/index.php?q=admin

Good luck

sepeck’s picture

Here are some instructions I wrote up a while ago that work
http://www.blkmtn.org/node/197

For the IIS server, make sure in IIS administrator that you have index.php as an option (top and only option for the directory your Drupal install will be in. Test with phpinfo script in an index.php page.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide