>
我们知道IXwebhosting主机每添加一个域名,就会分配一个IP给你,但是独立IP毕竟是有个数限制的,像expert 这一方案,目前只有两个独立IP,如果此时建多于两个站,就要使用其共享IP了。。如何才能在一个独立IP下建多个站呢,现在就介绍一种方法,供大家参考:
Rewriteengine on
DirectoryIndex home.html index.html index.php index.cgi
# a网站设置项
RewriteCond %{REQUEST_URI} !^/a/.*
RewriteCond %{HTTP_HOST} =www.a.com
RewriteRule ^(.*) /a/$1 [L]
(more…)