apache_conf CF7 404错误修复

Posted

tags:

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

# Add trailing slash to the end of the link
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteCond %{REQUEST_URI} !^/wp-json
RewriteCond %{REQUEST_FILENAME} !\.(gif|jpg|png|jpeg|css|js|xml)$ [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1/ [L,R=301]
# End Adding trailing slash to the end of the link

以上是关于apache_conf CF7 404错误修复的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf htacess自定义404错误页面

apache_conf .htaccess跳过静态文件的WordPress 404错误处理

apache_conf .htaccess修复了自动重定向/ https交叉源控制台错误的错误

修复在生产 Web 服务中发现的 500 和 404 错误有多重要?

apache_conf 404占位符

sql Magento产品404错误修复