Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Leandro,

    Check the wp-config.php file and make sure the website url’s do not have a slash at the end.

    As an example:
    This:
    define('WP_HOME','https://example.com/');
    Should be this (no slash at the end):
    define('WP_HOME','https://example.com');

    Hope this helps
    -Jamie

    Thread Starter Leandro Santorsola

    (@leandrowebmaster)

    Hi @jamiehlake,

    I checked the wp-config.php file and I don’t even see the line

    define('WP_HOME','https://example.com/');

    or

    define('WP_HOME','https://example.com');

    Any other ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Double Slash After Media Path (uploads//)’ is closed to new replies.