Do you have index.html and index.php files in the "root" folder ? Just search after DirectoryIndex directive in your apache configuration and put index.php in front of index.html (in Debian is in modules folder in mod_dir.conf). Or use RedirectPermanent (You can add it in your .htaccess file) Regards
That puts it into a redirection error loop where .index.php is in the url like 100 times.... I need it because saleage.com/ is a blank web.php from another htaccess rewrite I have, so I need to make sure if / then go to index.php
I am not very sure what do you want to do but you might want to try adding DirectoryIndex index.php Code (markup): to the .htaccess file.