how to config the home page locally
Your home page is available on the link in the upper left corner right besides the WordPress logo. Update In your .htaccess or httpd-vhosts.conf you have to declare the index.php as index file, and FollowSymLinks has to be On: # sample .htaccess code Options -Indexes +FollowSymLinks DirectoryIndex index.php index.html