iis 6 - wordpress iirf and permalink conflict -
i having trouble getting friendly urls working in wordpress using iirf on windows iis 6.0. appears me rewrite rule functioning, permalink settings in wordpress not working working expected.
configuration settings: windows iis 6.0
iirf version ionic isapi rewriting filter (iirf) 2.0.1.15 release
iirf rewrite rules
rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule ^/2013/(.*)$ /2013/index.php/$1 [l]
when use settings below rewrite rules captured correctly , able access resources without use of 'index.php' in request url. however, because index.php in permalink structure links generated 'index.php'. this, of course, trying avoid.
when use below settings (removing 'index.php') request url not captured correctly. index.php page accessible, else (index.php/foo, /foo, etc) results in 404 error.
this first attempt @ friendly urls , there quite few moving parts. think iirf rewrite happening correctly. however, wordpress own rewrite , missing in configuration. appreciate , glad provide clarification.
Comments
Post a Comment