index php
June 18th, 2004
No comments
want to change your index filename for your site but don’t have access to apache httpd.conf?
you can override the default index file by adding the following lines to your .htaccess file:
DirectoryIndex my-php-index.php
Options -Indexes
Categories: Code

