<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Nestor,<br>
clean_urls requires mod_rewrite.&nbsp; IIS won't read the mod_rewrite
directives in the .htaccess file out of the box.&nbsp; mod_rewrite is an
Apache module. It costs, but you can look into ISAPI/rewrite from
Helicon Tech. <a class="moz-txt-link-freetext" href="http://www.helicontech.com/isapi_rewrite/">http://www.helicontech.com/isapi_rewrite/</a><br>
<br>
Seth<br>
<br>
N&eacute;stor wrote:
<blockquote
 cite="mid:a304e2d60909150818g217d8d5t9f4131c283dd45da@mail.gmail.com"
 type="cite">Hi people,<br>
  <div class="gmail_quote"><br>
I have an interesting situation. &nbsp;I have my web root directory<br>
in D:\Inetpub\wwwroot\root<br>
  <br>
I have set up IIS on port 80 and Apache on Port:8999 and they both
access<br>
the same web root ( both servers access the same web pages ).<br>
  <br>
My Drupal-6.12 site is D:\Inetpub\wwwroot\root\nestor\scroller612\<br>
I can access hte main page on both port 80 and port 8999<br>
  <a moz-do-not-send="true" href="http://milhouse2/nestor/scroller612/"
 target="_blank">http://milhouse2/nestor/scroller612/</a><br>
  <a moz-do-not-send="true"
 href="http://milhouse2:8999/nestor/scroller612/" target="_blank">http://milhouse2:8999/nestor/scroller612/</a><br>
  <br>
Here is the problem, NONE of my links work past the main page on IIS<br>
but they work on Apache.<br>
  <br>
What am I missing in IIS that makes my drupal site not work<br>
except for the main page?<br>
  <br>
Example Apache port 8999 works:<br>
  <a moz-do-not-send="true"
 href="http://milhouse2:8999/nestor/scroller612/as_dept/is/is_home"
 target="_blank">http://milhouse2:8999/nestor/scroller612/as_dept/is/is_home</a><br>
  <br>
IIS port 80 does not work, gives error 404:<br>
  <a moz-do-not-send="true"
 href="http://milhouse2/nestor/scroller612/as_dept/is/is_home"
 target="_blank">http://milhouse2/nestor/scroller612/as_dept/is/is_home</a><br>
  <br>
My phpinfo.php page shows mysql and php as:<br>
PHP Version 5.2.9-2<br>
MySQL Client API version &nbsp; &nbsp; &nbsp; &nbsp;5.0.51a<br>
Windows 2003<br>
Drupal-6.12<br>
  <br>
  <br>
  <br>
N&eacute;stor<br>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
--
[ Drupal support list | <a class="moz-txt-link-freetext" href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</pre>
</blockquote>
</body>
</html>