0
想重定向:的.htaccess非WWW子域名與查詢字符串WWW
http://david.example.com/post/84747
要:
http://www.example.com/post/84747
牢記子域名和查詢參數都是動態
想重定向:的.htaccess非WWW子域名與查詢字符串WWW
http://david.example.com/post/84747
要:
http://www.example.com/post/84747
牢記子域名和查詢參數都是動態
這個地點在你的.htaccess中:
RewriteEngine on
RewriteCond %{HTTP_HOST} david.example.com
RewriteRule ^(.*)$ http://example.com:80$1 [L]