I use the IIS 6.0 server, which has not got a mod_rewrite feature by default.
I installed IIRF ISAPI module (http://iirf.codeplex.com/). It works
correctly.

My iifr.ini file contains following:
RewriteEngine On

# Debuging only
RewriteLogLevel 5
RewriteLog ..\logs\iirf

# Query IIFR ISAPI status 
StatusUrl /iirfStatus

RewriteCond %{URL} ^.*/default\.html$ [OR]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -d

# When I query the "/default.html" uri I get result of the "/index.php"
page.
RewriteRule /default\.html /index.php [NC]
RewriteRule ^.*$ - [NC,L]
The last rule is taken from .htaccess file generated by the FR.BAT script,
that rule does noting. What is the sense of its usage?

As a result the activation of the mod_rewrite feature has not solved this
problem.

-- 
View this message in context: 
http://n4.nabble.com/Quickstart-tutorial-problems-tp661699p978631.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to