Can't see post on localhost, but can see in WordPress interface
-
Hi,
I have an existing blog with many posts and I wanted to work on editing a new theme offline. So, I installed a WordPress locally (and PHP/MySQL using MAMP), on a Mac. I also copied my database from the “live” version of the blog. When I’m in the WordPress interface (the local version), I am able to see the posts, but I can’t see them when I try to view them through a browser (FireFox). I am trying to access it through https://localhost/wordpress/ and I see nothing.
I installed the WordPress in the following directory: Applications/MAMP/htdocs/wordpress
I edited the wp_config.php file to point to the database, and added “define(‘WP_HOME’,’https://localhost/wordpress’);
define(‘WP_SITEURL’,’https://localhost/wordpress’);” as per one of the tutorials (but I also edited these fields in the database through phpMyAdmin.What am I missing?
Any help is greatly appreciated.
- The topic ‘Can't see post on localhost, but can see in WordPress interface’ is closed to new replies.