I have recently set up wordpress on my wamp server and when loading up the webpage through localhost it will always fully load up the entire page but when i try to access the we
I saw a question very similar to this one but for Mediawiki today. You probably have configured Wordpress with 127.0.0.1
or localhost
as your IP address, instead of your actual IP address.
You have to make changes in your wp_options
table, you need to change two entries:
option id 1 - siteurl - change http://localhost/
to http://
;
option id 36 - home - change http://localhost/
to http://