apache_conf 重定向

Posted

tags:

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

#redireccionar de un subdominio a una carpeta
#Con esta regla 

Options +FollowSymLinks
RewriteEngine on

  #ES
  RewriteCond %{HTTP_HOST} .
  RewriteCond %{HTTP_HOST} ^(www\.)?(es)\.site\.com$ [NC]
  RewriteRule .* http://site.com/es/$0 [redirect=permanent,L]

  #CA 
  RewriteCond %{HTTP_HOST} .
  RewriteCond %{HTTP_HOST} ^(www\.)?(ca)\.site\.com$ [NC]
  RewriteRule .* http://site.com/ca/$0 [redirect=permanent,L]

  #EN
  RewriteCond %{HTTP_HOST} .
  RewriteCond %{HTTP_HOST} ^(www\.)?(en)\.site\.com$ [NC]
  RewriteRule .* http://site.com/en/$0 [redirect=permanent,L]

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

apache_conf 重定向

apache_conf 301重定向示例

apache_conf htaccess重定向

apache_conf 重定向Htaccess

apache_conf 重定向

apache_conf 维护页面重定向