我有 htaccess 文件,我想使用“ RewriteEngine On ”,但它给了我访问禁止错误。当我在 AllowOverride 中更改 httpd.conf 时,没有任何改变,它给出了相同的错误(禁止访问)。我该如何配置它。这是我 httpd.conf 中的代码
<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Allow from all
</Directory>
这是我的 htaccess 代码
RewriteEngine On
RewriteRule ^([^/]*)\.html$ :91/Orginal/SpecialPages.php?PageName=$1 [L]