文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>ShopEx子店独立域名绑定

ShopEx子店独立域名绑定

时间:2006-11-05  来源:blau

需求: 实现http://username.at.shopex.cn代替http://at.shopex.cn/home/shop/shopid的访问方式 其中username=>shopid,两者在数据库中有对应关系。   操作步骤   1.在httpd.conf末尾添加 

#URL Rewrite vhost by xuni
UseCanonicalName on
#CustomLog logs/access_vhost_log common
RewriteEngine on
RewriteMap lowercase int:tolower
RewriteMap vhost txt:/etc/vhost.map
#RewriteCond %{REQUEST_URI} !^/commonurl1/.*
#RewriteCond %{REQUEST_URI} !^/commonurl2/.*
#RewriteCond %{REQUEST_URI} !^/commonurlN/.*
RewriteCond %{HTTP_HOST} !^$
RewriteCond ${lowercase:%{HTTP_HOST}|NONE} ^(.+)$
RewriteCond ${vhost:%1} ^(/.*)$
RewriteRule ^/(.*)$ %1/$1 [E=VHOST:${lowercase:%{HTTP_HOST}}]

  Apache Rewrite Manual http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html   重启Apache

[root@at conf]# service httpd restart

Stopping h

相关阅读 更多 +
排行榜 更多 +
2399玩游盒

2399玩游盒

游戏工具 下载
悦邻人人播

悦邻人人播

商务办公 下载
棘龙模拟器

棘龙模拟器

音乐节奏 下载