• somehow/somewhere a trailing slash is being added to my domain name causing the WSoD:

    example

    Settings> site address is without the trailing slash.

    htaccess:

    # BEGIN NinjaFirewall
    php_value auto_prepend_file /home/XXXXXXXX/domains/XXXXXXXX.ca/public_html/wordpress/wp-content/nfwlog/ninjafirewall.php
    # END NinjaFirewall
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>
    
    # END WordPress

    So I can safely rule it out as a server config problem?

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Sorry for the slow reply. It’s normal for WP to do a 302 redirect from example.com to example.com/. I’m not sure why WP does this, but it has been doing so for a very long time. What is unusual is you getting a WSoD. Please check your error log for an indication of the cause for WSoD.

Viewing 1 replies (of 1 total)
  • The topic ‘Trailing Slash being added to URL somewhere ….’ is closed to new replies.