我有一个表单发布到同一个url它自己但有些如何在发布时获得301状态代码。 它适用于我的localhost,是否需要在托管服务器上配置? htaccess具有相同的内容。
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
答案 0 :(得分:0)
找到原因
在cpanel Mod_Security中激活了一个插件