我已經有喜歡顯示另一頁的內容,而無需更改URL
http://example.com/page1
http://example.com/page2
http://example.com/page3
我需要加載在下面的子域
http://page1.example.com/
http://page2.example.com/
http://page3.example.com/
應該爲http://page1.example.com/工作應該加載的http://example.com/page1內容的網頁頁面, 而不更改瀏覽器地址欄中的網址
我已經使用以下代碼,但它在瀏覽器地址欄中更改URL
header('Location: http://example.com/page1');
請幫助。
.htaccess mod rewrite。在這裏:http://www.addedbytes.com/articles/for-beginners/url-rewriting-for-beginners/ – bksi
看到:http://stackoverflow.com/questions/13896810/hide-url-directory/13896864# 13896864 – bksi