【发布时间】:2014-10-18 00:49:40
【问题描述】:
我想重定向
http://subdomain.example.com/index.php?pageID=45
到
http://example.com/subdomain/45.html
请帮我解决这个问题
我试过了
RewriteCond %{HTTP_HOST} ^(www\.)?subdomain\.example\.com$ [NC]
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^(.*)$ http://www.example.com/sudomain/$1 [L,R=301]
【问题讨论】:
标签: .htaccess mod-rewrite subdomain