
Originally Posted by
YamiKaitou
Fantasico is able to install to the public_html folder, I have done it the 1 time I have used it. If you still can't get it to do it, manually install the script then.
But, if you want your main page in the public_html folder to be main.html for example, then in the .htaccess file in the public_html folder (create it if it doesn't exist), put this
DirectoryIndex main.html index.php index.html
But, if you do this, in each subfolder, you will need to put in the .htaccess in that folder "DirectoryIndex index.php index.html" for it to display it correctly.