未找到重定向文件到新主机的Htaccess提示
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了未找到重定向文件到新主机的Htaccess提示相关的知识,希望对你有一定的参考价值。
Make file not found redirect to new host.
# if images files not found will be redirect to our main server RewriteCond %{REQUEST_URI} .?.(gif|jpg|png|jpeg) RewriteCond %{REQUEST_FILENAME} !-f # Rewrite all other URLs to index.php/URL RewriteRule .* http://www.extocapital.com/$0 [R=301,L]
以上是关于未找到重定向文件到新主机的Htaccess提示的主要内容,如果未能解决你的问题,请参考以下文章
我如何 .htaccess 301 将所有页面/文件(除了一个)重定向到新域?