未找到重定向文件到新主机的Htaccess提示

Posted

tags:

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

Make file not found redirect to new host.
  1. # if images files not found will be redirect to our main server
  2. RewriteCond %{REQUEST_URI} .?.(gif|jpg|png|jpeg)
  3. RewriteCond %{REQUEST_FILENAME} !-f
  4. # Rewrite all other URLs to index.php/URL
  5. RewriteRule .* http://www.extocapital.com/$0 [R=301,L]

以上是关于未找到重定向文件到新主机的Htaccess提示的主要内容,如果未能解决你的问题,请参考以下文章

我如何 .htaccess 301 将所有页面/文件(除了一个)重定向到新域?

.htaccess 将文件夹下的所有页面重定向到新域

htaccess 将旧域重定向到新域

htaccess 域重定向到新域

.htaccess 中的 301 重定向将旧文件路径/名称附加到新 url

使用 .htaccess 从旧页面重定向到新页面