urls - Cannot access to dashboard on localhost

admin2025-01-08  3

while i am trying to migrate my WP website from to localhost, i changed the Host Name from Dashboard -->> Settings (WordPress/localhost ---> exp.00webhost)

Now i want to access my website on localhost using the Dashboard when i connect to website i get this but when i tried to access another page i got the URL of 000webhost . Any idea on how to change this URL,while i have not the access to the dashboard

Thank you in advance

while i am trying to migrate my WP website from to localhost, i changed the Host Name from Dashboard -->> Settings (WordPress/localhost ---> exp.00webhost.com)

Now i want to access my website on localhost using the Dashboard when i connect to website i get this but when i tried to access another page i got the URL of 000webhost . Any idea on how to change this URL,while i have not the access to the dashboard

Thank you in advance

Share Improve this question asked May 27, 2017 at 9:55 user3623460user3623460 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

Finally, the solution was wp_options by updating the website URL. This query is helpful

UPDATE wp_options SET option_value='YOUR_SITE_URL' WHERE option_name='siteurl'
转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736269672a1370.html

最新回复(0)