check to see if there is an index.html file in there. If so, rename it to some thing else. Most servers are set to first look for index.html, and if it finds it, uses it. Only if it cannot find the index.html file will it look for index.php.
Tg
Thread Starter
cglace
(@cglace)
no. I deleted the .html file that was in the folder. I just put the index.php file that I found in my wp_admin folder in my public_html foler and all that showed up were these two lines:
Warning: main(admin.php): failed to open stream: No such file or directory in /home/veritas-/public_html/index.php on line 2
Fatal error: main(): Failed opening required ‘admin.php’ (include_path=’.:/usr/local/lib/php’) in /home/veritas-/public_html/index.php on line 2
Thread Starter
cglace
(@cglace)
nevermind I figured out why it was doing that.