index.php is in the wp-admin folder. I am new to PHP and Apache (used .net for many years). How do I check the server setting to recognize index.php as a valid index file?
I believe I am running PHP (I am new to PHP) because login.php serves up correctly. Also, install.php created the tables in mySQL.
I see this content, but still not the previous posts (strange).
Any how, the issue that I am running into is there is no admin panel.
I have a fresh install of wordpress 2.5 in a subdirectory on my Apach localhost (I am new to Apache). After I login, it does not show the admin panel UI. Instead, it merely lists the index of files under
http://localhost/wordpress/wp-admin/
Can someone tell me how I can view the admin panel?
Thanks!