Hi,
My setup is:
IIS6 on W2k3 server
PHP 5.3.3
IIRF 2.1
I'm currently trying to port my .htaccess rewrite rules to a IIRF (Ionic
ISAPI Rewrite Filer) ini file. However I'm encountering some problems when I
need to access files outside the rewritten areas.
My rules looks like this in the INI file:
StatusInquiry ON /iirfStatus RemoteOk
RewriteLog .\log\
RewriteBase /
# we skip all files with .something except .html
RewriteCond %{URL} /.*\..+$
RewriteCond %{URL} (?!/.*\.html$).*
RewriteRule (.*) /$1 [L]
# we keep the .php files unchanged
RewriteRule (.*\.php)(.*) /web/$1$2 [L]
# finally we redirect to our front web controller
RewriteRule (.*) /web/index.php/$1 [L]
This seem to work with most files. It works for my PHP files and it works
for css, js and images local to my app. But when I try to access files from
plugins it fails.
I also get a weird authentication popup that I don't get on my IIS7 server.
Anyone know what that might be?
Any help would be much appreciated.
/Emil
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en