DirectoryIndex index.php
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|images|themes|uploads|uploads_thumb|robots\.txt)
RewriteRule ^(.*)$ /2014/index.php?/$1 [L]
#/2014/ 则是对应的域名子文件夹名称#