我在 FTP 上有一個網站 mysite,其中有:
/index.php which is my real site
/preprod/index.php, which is my pre-production website
我想讓任何新手都能看到 preprod 網站,但能夠輸入秘密 URL 來訪問真實網站
我建立了以下 .htaccess :
RewriteEngine on
RewriteRule mysite.com/secret mysite/preprod/index.php [L,R=301]
Redirect /index.php /preprod/index.php
我收到“404 錯誤”
我怎樣才能更正我的文件?
答案1
首先,這屬於堆疊溢位 其次,為什麼你甚至需要任何 htaccess 規則?只需將 /index 作為預生產站點,然後將您的秘密站點放在單獨的資料夾中。或者更好的是,您可以為秘密網站建立一個子網域