SEO on IIS

blackvoid

Active member
How would i use this on IIS?

Ive tried the mod_rewrite importer but it doesn't like

Code:
    RewriteCond %{REQUEST_FILENAME} -l [OR]

    RewriteRule ^.*$ - [NC,L]
It says "The condition pattern is not supported"
 
Top Bottom