WordPress URL uppercase to lowercase not working
-
Hi,
currently when i visit my site e.g mydomain.com/wordpress it works fine where as when i enter mydomain.com/WORDPRESS
it results in blank white page and my .htaccess code
# 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
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘WordPress URL uppercase to lowercase not working’ is closed to new replies.