需要.HTACCESS代码来解码%3F和%3D

时间:2013-02-07 07:27:12

标签: wordpress apache .htaccess

我已经为wordpress安装了“custom-permalinks”插件

效果不错,但我遇到问题%3F)和%3D =

而不是: ?file=kop444.php为网址(444代表任何其他数字) 它使%3Ffile%3Dkop444.php

我理解可以提供帮助 - 但我没有发现报告的代码正常工作

以下是我的.htaccess文件的内容:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule> 
# END WordPress

0 个答案:

没有答案