RewriteEngine On RewriteBase / # Force EVERY URL to contain a language in its first segment. # Redirect URLs without a language to the invalid xx language. RewriteCond $1 jpg|css [NC] RewriteRule ^(.*)$ vvvvxsite/$1 [L] RewriteCond $1 !vvvvx [NC] RewriteRule ^(.*)$ vvvvxindex.php [L]