富贵资源网 Design By www.hznty.com
RewriteEngine on    
# 把 yourdomain.com 改为你要绑定的域名.    
RewriteCond %{HTTP_HOST} ^(www.)?prcer.com$    

   
# 把 subfolder 改为要绑定的目录.    
RewriteCond %{REQUEST_URI} !^/subfolder/    

# 不要改以下两行.    
RewriteCond %{REQUEST_FILENAME} !-f    
RewriteCond %{REQUEST_FILENAME} !-d    

   
# 把 subfolder 改为要绑定的目录.    
RewriteRule ^(.*)$ /subfolder/$1    

# 把 yourdomain.com 改为你要绑定的域名    
# 把 subfolder 改为要绑定的目录.    
# subfolder/ 后面是首页文件index.php, index.html......    

RewriteCond %{HTTP_HOST} ^(www.)?prcer.com$    
RewriteRule ^(/)?$ subfolder/index.php [L]  
富贵资源网 Design By www.hznty.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
富贵资源网 Design By www.hznty.com