我在 FTP 上有一个网站,mysite,其中有:
/index.php which is my real site
/preprod/index.php, which is my pre-production website
我想让任何新来者都能看到预生产的网站,但可以输入秘密 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 作为预生产站点,然后将你的秘密站点放在单独的文件夹中。或者更好的是,你可以为秘密站点创建一个子域