SetEnv HTTP_ABC "www.newdomain.com"
RewriteEngine On
Redirect 301 /portfolio.php %{ENV:HTTP_ABC}/newportfoliopage.php
Redirect 301 /services.php %{ENV:HTTP_ABC}/newservicespage.php
这是我的.htaccess
文件。我想将我的页面重定向到新域,因为会有很多重定向,所以我想使用一个变量,但它不起作用。
编辑:
我只是在浏览器中看到Error 324 (net::ERR_EMPTY_RESPONSE)
而在error_log中没有看到任何内容。