-
Posted to
PHP Community
by
hellbird
on
07-17-2008, 5:58 PM
Hello,
Thank you for quick answer. Meanwhile I also successfully enabled Clean URLs on Drupal 6. I used IIS7 URL Rewrite module, and I imported rules from IIRF ISAPI Rewrite module (example for Drupal, which is included in the package).
After that, Clean URLs worked fine, but there was no CSS and no images. I noticed that if I enter full ...
-
Posted to
PHP Community
by
hellbird
on
07-17-2008, 4:26 PM
Hello, I would like to know, if anyone successfully enabled clean URLs on Drupal 6, using IIS7 and IIS7 URL Rewrite module or by using ISAPI IIRF Rewrite module (from codeplex). I’ve found instructions http://locksnlatches.blogspot.com/2007/10/drupal-clean-urls-with-iis7.html on this blog, but I don't know if ISAPI IIRF module ...
-
Posted to
IIS 7 - FastCGI Module
by
hellbird
on
04-30-2008, 7:18 AM
Thank you for your quick answer. Now I know how to see PHP errors. But still I don't know why, for example, when I do "find and replace" in Dreamweaver over the whole web site folder over WebDAV, I get error: "File doesn't exists!"So I'm still asking you, what is causing this error and also I would like to know how ...
-
Posted to
IIS 7 - FastCGI Module
by
hellbird
on
04-28-2008, 5:58 PM
Hello, I'm trying to use PHP over FastCGI module in IIS7, but I have quite a lot of problems. So here are my questions:
- How should I configure IIS, to execute PHP not only in .php files but also in .html, .htm, etc?
- I've also installed WebDAV for IIS7 and there is another problem. When I try to edit some PHP files over ...