Wordpress will only fully load on localhost

后端 未结 5 726
栀梦
栀梦 2021-02-06 15:29

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

5条回答
  •  野性不改
    2021-02-06 16:10

    You have to configure the general option form inside the administration page from your wordpress admin access and replace the localhost urls with the correct information.

    For instance, replace localhost with http://my-site.my-domain. In case of no domain a local hostname is used inside page's code, that why you can't access from other computers. Consequently the configuration of admin page is mandatory for the web site urls after the 5min installation wordpress.

提交回复
热议问题