21,891
社区成员
发帖
与我相关
我的任务
分享
RewriteCond %{HTTP_HOST} ^news.v0913.com$
RewriteCond %{REQUEST_URI} !^/news/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /news/$1
RewriteCond %{HTTP_HOST} ^news.v0913.com$
RewriteRule ^(/)?$ news/index.shtml [L]
<VirtualHost *:80>
DocumentRoot "e:\v0913.com"
ServerName www.v0913.com
ServerAlias *.v0913.com
<Directory "e:\v0913.com">
allow from all
Options -Indexes
</Directory>
</VirtualHost>