htaccess文件中内容RewriteCond %{HTTP_HOST} ^(www.)?(?!/.|www|bbs|demo)(.*)\.1111111.com$
RewriteRule ^/?$ %{HTTP_HOST}
RewriteRule ([^.]+)\.1111111.com(.*) yp/web/index.php
我把它直接复制到httpd.ini文件里没起作用请问应当怎么改??????????????