.htaccess - won't add www to only one subdirectory
问题 I have a .htaccess in root directory, with this content: <IfModule mod_rewrite.c> RewriteEngine on #RewriteCond %{HTTP_HOST} ^domain.com #RewriteRule (.*) http://www.domain.com$1 [R=301,L] </IfModule> If I go to http://domain.com/subdir it rewrites to http://www.domain.com/subdir. But I have a problem with one subdirectory named "crm" - if I go to http://domain.com/crm it redirects me to http://www.domain.com instead of http://www.domain.com/crm. In this "crm" subdirectory I have another