I read, that the builtin webserver of phpstorm supports .htaccess (as apache does).
I defined a .htaccess in the root directory
RewriteEngine on
RewriteRule .html index.php
Calling anything.html should load index.html but I get a 404-Error.
I cann´t find a config to switch the .htaccess on.
Any idea what´s going wrong?
最近也想怎么干,但是发现不支持,必须用apache,但是这样无法断点调试