Black Friday Sale! Save up to 50% off!

Problem in wordpress

radoslav.madlenak
4 Posts
radoslav.madlenak posted this 3 weeks ago
Ask a Question

Hello, I made a really big mistake when I change in wordpress the domain with subdomain. Can you please help me how can I fix it because now the website don´t work good and I can´t log in to wp-admin.
Thank you very much.
trademm.sk

Hello, I made a really big mistake when I change in wordpress the domain with subdomain. Can you please help me how can I fix it because now the website don´t work good and I can´t log in to wp-admin. Thank you very much. trademm.sk
Vote to pay developers attention to this features or issue.
4 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 3 weeks ago

Hello Radoslav,

It sounds like updating the domain in WordPress has caused issues with your site’s functionality and access to the wp-admin area.

Here are some steps to help you correct this:

1.  Update the Site URL in wp-config.php:
•   Access your website files through an FTP client or your hosting provider’s file manager.
•   Locate the wp-config.php file in the root folder of your WordPress installation.
•   Add the following lines to specify the correct domain:

define('WP_HOME', 'https://your-original-domain.com');
define('WP_SITEURL', 'https://your-original-domain.com');

•   Replace https://your-original-domain.com with your actual domain name.

2.  Clear Browser Cache and Cookies:
•   Sometimes, caching can cause issues when switching between domains. Clear your browser’s cache and cookies and then try accessing wp-admin again.
3.  Fix URL in Database (if necessary):
•   If updating wp-config.php doesn’t work, you may need to update the URLs directly in the database. You can do this by accessing phpMyAdmin in your hosting account:
•   Go to the wp_options table.
•   Locate siteurl and home rows and change them back to the original domain.
4.  Check Permalinks:
•   Once you can access wp-admin, go to Settings > Permalinks and resave the settings to regenerate your site’s permalinks.

If you’re unable to follow any of these steps or need further assistance, do not hesitate to contact your hosting customer service,
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Radoslav, It sounds like updating the domain in WordPress has caused issues with your site’s functionality and access to the wp-admin area. Here are some steps to help you correct this: 1. Update the Site URL in wp-config.php: • Access your website files through an FTP client or your hosting provider’s file manager. • Locate the wp-config.php file in the root folder of your WordPress installation. • Add the following lines to specify the correct domain: define('WP_HOME', 'https://your-original-domain.com'); define('WP_SITEURL', 'https://your-original-domain.com'); • Replace https://your-original-domain.com with your actual domain name. 2. Clear Browser Cache and Cookies: • Sometimes, caching can cause issues when switching between domains. Clear your browser’s cache and cookies and then try accessing wp-admin again. 3. Fix URL in Database (if necessary): • If updating wp-config.php doesn’t work, you may need to update the URLs directly in the database. You can do this by accessing phpMyAdmin in your hosting account: • Go to the wp_options table. • Locate siteurl and home rows and change them back to the original domain. 4. Check Permalinks: • Once you can access wp-admin, go to Settings > Permalinks and resave the settings to regenerate your site’s permalinks. If you’re unable to follow any of these steps or need further assistance, do not hesitate to contact your hosting customer service, ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
radoslav.madlenak
4 Posts
radoslav.madlenak posted this 3 weeks ago

Hello Radoslav,

It sounds like updating the domain in WordPress has caused issues with your site’s functionality and access to the wp-admin area.

Here are some steps to help you correct this:

  1. Update the Site URL in wp-config.php:
    • Access your website files through an FTP client or your hosting provider’s file manager.
    • Locate the wp-config.php file in the root folder of your WordPress installation.
    • Add the following lines to specify the correct domain:

define('WP_HOME', 'https://your-original-domain.com');
define('WP_SITEURL', 'https://your-original-domain.com');

• Replace https://your-original-domain.com with your actual domain name.

  1. Clear Browser Cache and Cookies:
    • Sometimes, caching can cause issues when switching between domains. Clear your browser’s cache and cookies and then try accessing wp-admin again.
  2. Fix URL in Database (if necessary):
    • If updating wp-config.php doesn’t work, you may need to update the URLs directly in the database. You can do this by accessing phpMyAdmin in your hosting account:
    • Go to the wp_options table.
    • Locate siteurl and home rows and change them back to the original domain.
  3. Check Permalinks:
    • Once you can access wp-admin, go to Settings > Permalinks and resave the settings to regenerate your site’s permalinks.

If you’re unable to follow any of these steps or need further assistance, do not hesitate to contact your hosting customer service,
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Thanks for your answer. And do you know how can I do that if I edit webpage by Wordpress online? I try to find these lines in FTP files in folders of my webhosting provider but I can´t find them. Thank you very much

> Hello Radoslav, > > It sounds like updating the domain in WordPress has caused issues with your site’s functionality and access to the wp-admin area. > > Here are some steps to help you correct this: > > 1. Update the Site URL in wp-config.php: > • Access your website files through an FTP client or your hosting provider’s file manager. > • Locate the wp-config.php file in the root folder of your WordPress installation. > • Add the following lines to specify the correct domain: > > define('WP_HOME', 'https://your-original-domain.com'); > define('WP_SITEURL', 'https://your-original-domain.com'); > > > • Replace https://your-original-domain.com with your actual domain name. > > 2. Clear Browser Cache and Cookies: > • Sometimes, caching can cause issues when switching between domains. Clear your browser’s cache and cookies and then try accessing wp-admin again. > 3. Fix URL in Database (if necessary): > • If updating wp-config.php doesn’t work, you may need to update the URLs directly in the database. You can do this by accessing phpMyAdmin in your hosting account: > • Go to the wp_options table. > • Locate siteurl and home rows and change them back to the original domain. > 4. Check Permalinks: > • Once you can access wp-admin, go to Settings > Permalinks and resave the settings to regenerate your site’s permalinks. > > If you’re unable to follow any of these steps or need further assistance, do not hesitate to contact your hosting customer service, > ................................................... > Sincerely, > Ahmad. > Nicepage Support Team > > Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 > Follow us on Facebook: http://facebook.com/nicepageapp Thanks for your answer. And do you know how can I do that if I edit webpage by Wordpress online? I try to find these lines in FTP files in folders of my webhosting provider but I can´t find them. Thank you very much
radoslav.madlenak
4 Posts
radoslav.madlenak posted this 3 weeks ago

Okey I fix it by PHP Admin. Thank you very much. Have a Nice day.

Okey I fix it by PHP Admin. Thank you very much. Have a Nice day.
Support Team
Support Team posted this 3 weeks ago

Hello Radoslav,

We are glad that you were able to sort it out.

Let us know if you have any questions or require our assistance.

Thank you
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Radoslav, We are glad that you were able to sort it out. Let us know if you have any questions or require our assistance. Thank you ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments