Tag: htaccess
-
IIS doesn’t support .htaccess!
IIS server doesn’t support .htaccess file!!! This is a problem for most of us PHP developers. At least for me! Whenever I build a website, the default page is index.php. IIS doesn’t take index.php as the default page. It looks for default.html/index.html etc. I don’t have access to the configuration files of the server. What…