• Hi,

    On my WordPress installation, some links are pointing to URLs without the domain.
    For example, the button for “next page” on the “Pages” menu link to https://wp-admin/edit.php?post_type=page&paged=2 instead of https://mydomain.com/wp-admin/edit.php?post_type=page&paged=2

    Same thing when updating plugins or themes, it points to the page without the domain name. Everytnhg else works fine.
    I’d also like to specify this is not a redirection issue because the browser gives this URL when pointing to the element.

    Did I misconfigured something? I’ve already put my website domain on Settings -> General -> WordPress/Website URL, and on the database is OK (SELECT * FROM wp_options WHERE option_name IN (‘siteurl’, ‘home’);)

    Thanks!

Viewing 1 replies (of 1 total)
  • overwriting is necessary when changing the domain name otherwise leave the default one.
    For WordPress WP_HOME, WP_SITEURL and wp_options siteurl, home do not have a final slash.
    Browser: (in the browser it must end with slash when it is a WordPress slug or directory path): https://yourdomain.com/
    WordPress (I explained earlier): https://yourdomain.com
    can you use a default twenty* theme?

Viewing 1 replies (of 1 total)
  • The topic ‘Bad URL in some pages of WordPress backend (domain removed)’ is closed to new replies.