This question may be related to a resolved thread.
I’m hoping someone has an idea for how to rename index.php on a site I have hosted at Media Temple. I have a different site on MT with the same hosting package for whom this works:
DirectoryIndex home index.php index.shtml index.html index.htm
<Files home>
ForceType application/x-httpd-php
</Files>But I can’t get it work on a new site. The site that WORKS is running EE 1.6.8 and the one that’s NOT working is running 1.6.9. Maybe that makes a difference?
Also, I’m trying to get this to work in a subdirectory of the root. The htaccess file is within that same subdirectory along with the index.php file I’m trying to rename.
Thanks,
Ed