CDLakorn.com default file .htaccess fix
The problem of Well the problem of using index_.php instead of just index.php has now been resolved by using the following bit of code added to the .htaccess file in the root directory:
DirectoryIndex index.htm index.php
Essentially this tells the parser to process .htm first followed by .php if .htm is not found. The old site will continue to function like before but now adding /index.php brings up the new site as well ![]()
