None found
Your search returned no hits.
Tjeneste-oppgradering: Følg linken for nærmere status vedrørende migrering, for generelle spørsmål og svar se vårt hjelpesenter.
95% of all problems already have a solution in our knowledgebase
Added: 14.08.2019 17:19:44 Last updated: 08.12.2020 08:56:06
This guide will show you two ways to change the URL (address) of WordPress.
In this example, we'll change the URL from:
https://www.exampledomain.org/wordpress/ to https://www.exampledomain.org/. In advance, we have moved the files/folders from the wordpress folder to the public_html folder. When accessing the domain now it will not work.Its' needed to change the URL in WordPress to get access again.
Step 1:
Login to cPanel and click on "phpMyAdmin".
Done
You will now have access to WordPress on the https://www.exampledomain.org/ page, but all previous URLs in the database will still use the old address that needs to be changed.
In this example we will change the URL to the same as shown in the example above.
Step 1:
Login to cPanel and click on "File Manager".
Step 2:
Now the file is open for editing and above "/ * That's all, stop editing! Happy publishing. * /" you can enter these two lines:
define ('WP_HOME', 'https: //exampledomain.org/');
define ('WP_SITEURL', 'https: //exampledomain.org/');
Then save the file as shown by the arrow.
Done
You will now have access to WordPress site on the https://www.exampledomain.org/ page, but all previous URLs in the database will still use the old address that needs to be changed.