apache_conf htaccess 301重定向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf htaccess 301重定向相关的知识,希望对你有一定的参考价值。

##
# The htaccess 301 redirect is very useful if you have to change the name of a URL.
# http://socreativedigital.com/7-htaccess-file-examples-that-work-for-seo-2013-05-04
##

# This bit of code will redirect the old page to the new page:
#
RewriteEngine On
Redirect 301 /old-webpage http://www.yoursite.co.uk/new-webpage
#
# You may have to add the extension if your not using a clean URL.

以上是关于apache_conf htaccess 301重定向的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 301重定向(.htaccess)

apache_conf htaccess 301重定向

apache_conf [.HTACCESS | https erzwingen来自301-Redirect] Anfragen allerArtkönnenby.htaccess-File

apache_conf 通过重定向301重定向所有网站([R = 301,L])

apache_conf 301重定向示例

apache_conf 301重定向