How do I change the default index page in Apache?
I recommend using .htaccess. You only need to add: or whatever page name you want to have for it. EDIT: basic htaccess tutorial. 1) Create .htaccess file in the directory where you want to change the index file. no extension . in front, to ensure it is a “hidden” file Enter the line above in there. There will likely … Read more