Hi,
I am realy not getting further searching google and iis.net I still can not find any hints on how to translate this :
Options +FollowSymLinks
RewriteEngine on
RewriteBase /magento/
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_URI} !^/(media|skin|js)/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [L]
Into a valid code for the URL rewriter from microsoft.
It starts with the RewriteBase as unkonw command?
continous with the HTTP:Authorization, that he does not know the parameter E and so on.
Is there any help her for this issue, I would love to donate or buy a couple of beers for a solution :O)
Andreas