Trailing Slash being added to URL somewhere ….
-
somehow/somewhere a trailing slash is being added to my domain name causing the WSoD:
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)
Viewing 1 replies (of 1 total)
- The topic ‘Trailing Slash being added to URL somewhere ….’ is closed to new replies.