不使用.HTACCESS重定向

时间:2013-02-07 19:21:27

标签: .htaccess

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中没有看到任何内容。

0 个答案:

没有答案