Someday Posted January 8, 2014 Posted January 8, 2014 Im learning HTML, etc. Anyway, my site isnt going directly to my index file. Why? (Ive tried index.html, index.php, etc. I tried editing the HTACCESS file to typeDirectoryIndex index.html random yahoo answer, but didnt work. I searched through the FAQ, didnt find anything). Quote
wolstech Posted January 8, 2014 Posted January 8, 2014 The I in index being capitalized might be the issue. Linux filenames are case-sensitive. Try renaming it to "index.php" in all lower-case. 1 Quote
Someday Posted January 8, 2014 Author Posted January 8, 2014 The I in index being capitalized might be the issue. Linux filenames are case-sensitive. Try renaming it to "index.php" in all lower-case. That totally worked! Thanks! SOLVED. Quote
Recommended Posts