这段代码有什么问题?它适用于我的另一台服务器,但不适用于我的新服务器。这里是
Options -Indexes
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !^(www\.)?(somesite\.mobi)$ [NC]
RewriteCond %{REQUEST_URI} !^/websites/
RewriteCond %{HTTP_HOST} ^(.*)$ [NC]
RewriteRule ^(.*)$ /websites/%1/$1 [L]
AddType application/x-httpd-php .js
AddHandler x-httpd-php5 .js
<FilesMatch "\.(js|php)$">
SetHandler application/x-httpd-php
</FilesMatch>
ErrorDocument 404 /member_not_found.php
ErrorDocument 403 /member_new_index.php