.htaccess problem with iis URL rewrite

Hi there can you please help me

i have a .htaccess file which looks like this…

Options -MultiViews
RewriteEngine On
RewriteBase /php-login/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+)$ index.php?url=$1 [QSA,L]

And im getting the following errors

This directive was not converted because it is not supported by IIS: RewriteBase /php-login/

And

The condition pattern is not supported: -l

When i place it in the iis url rewrite addon.

here is the xml i need but cant use with out the errors being fixed can anyone help please

Have you tried a Mod Rewrite Generator?

http://www.generateit.net/mod-rewrite/index.php

Sponsor our Newsletter | Privacy Policy | Terms of Service