• 0

Converting .htaccess to web.config


Question

We're switching our hosting providers to a windows platform and thus hit this little problem, IIS dont understand .htaaccess.

 

all I want is for this to work:

 

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
 
DirectoryIndex whats-happening-at-Sheryls.php
 
I've tried the converter apps and they're not working :/
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.