2012-04-05 249 views
0

我有重定向301用htaccess写入的问题。重定向HTACCESS

我加入了followind文本到我的htaccess.txt,但它不工作:

Options +FollowSymLinks 
# mod_rewrite in use 
RewriteEngine On 
//301 Redirect Old File 
Redirect 301 http://www.old_site.com/en/about-us/company-profile.html http://www.new_site.com/en/about-us/company-profile.html 

我也尝试没有成功如下:

Options +FollowSymLinks 
# mod_rewrite in use 
RewriteEngine On 
//301 Redirect Old File 
Redirect 301 /en/about-us/company-profile.html http://www.new_site.com/en/about-us/company-profile.html 

哪里错误? 我在robots.txt中进行更改吗?

感谢

回答

3

更改文件从htaccess.txt.htaccess名称。 严格说来,说,该文件的扩展名是.htaccess,并没有名称的前缀。