我一直在尝试用 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