Windows 下 apache 不支持 .htaccess 为静态
打开httpd.conf 修改 allow from all 为 AllowOverride All
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
Order deny,allow
#allow from all
AllowOverride All
</Directory>
打开httpd.conf 修改 allow from all 为 AllowOverride All
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
Order deny,allow
#allow from all
AllowOverride All
</Directory>