I am searching for a while about this URL rewrite. Also tried the steps to be taken (rename .htaccess), changed some info so it would work with subdir. And also changed $phpwcms["rewrite_url"] = 1; in conf.inc.php
However, it won´t work. For example. If I click on disclaimer link, I get the URL http://localhost/wcms/Disclaimer.phtml (so somethings changed there, right?) Though I get all the time a "Page can not be found" error.
does this have anything to do with that I am using IIS instead of Apache? Because "mod_rewrite" is Apache only as far as I could find...
Is there any way to get this thing working under IIS ?
thnx!
URL rewrite (mod_rewrite) with IIS?
no mod_rewrite is an apache module and therefore only works with apache... a very simple solution would be to replace your IIS with some package from http://www.apachefriends.org ... 
