Hi,
I’m currently developing a multi language site using 2.1, and I noticed tonight that after using .htaccess to remove the index.php the language directories index files don’t appear to be working.
I’m using the alternative method, and everything was fine and verified as working until the root .htacess.
I’ve added .htaccess files to the language directories using:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /en/index.php?/$1 [L]When I now try to browse to /en/ (or /en/index.php) all I get is a blank page, no matter if I’m logged in or not.
Anyone come across this problem before?
Any help appreciated!
Micke