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
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'