【发布时间】:2013-10-20 19:32:31
【问题描述】:
我一直在尝试使用 htaccess 清理我的网址,但我无法让它在我的本地主机上工作。
我的网址:localhost/index.html
这是我 www 文件夹中的默认 htaccess 文件。
#------------------------------------------------------------------------------
# To allow execution of cgi scripts in this directory uncomment next two lines.
#------------------------------------------------------------------------------
AddType application/x-httpd-php .html .htm .php
AddHandler cgi-script .pl .cgi
Options +ExecCGI +FollowSymLinks
【问题讨论】:
-
请分享您的尝试及其结果。即使它们不起作用,它们也向我们表明您已尝试自己解决问题,它使我们能够判断出了什么问题。见the SO question checklist。