Bazinga
Posting Freak
Recently we've been trying to use IIS rather than apache but I need to convert the .Htaccess file to web.config which is supported by IIS which I have no idea how to do. Here's the htaccess:
Can anyone help us? It would be much appreciated
Code:
ErrorDocument 404 /404_error.php
ErrorDocument 403 /403_error.php
Options +FollowSymLinks
Options -Indexes
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^\.]+)$ $1.php [NC,L]