重定向到.htaccess中的另一个目录
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了重定向到.htaccess中的另一个目录相关的知识,希望对你有一定的参考价值。
This example shows you how to create redirection o another directory. It may be useful, for example, when you have a project, placed in sub-directory.
# Redirect visitors to another directory RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d
以上是关于重定向到.htaccess中的另一个目录的主要内容,如果未能解决你的问题,请参考以下文章
Htaccess 将所有文件从一个域中的子目录重定向到另一个域
.htaccess - 将所有 URL + 现有目录重定向到 index.php