.htaccess - Why PhpStorm doesn't using htaccess file? -


i have .htaccess file page redirecting. works fine in wampserver, in phpstorm, doesn't work , phpstorm doesn't use .htaccess.

for example, works in wampserver:

localhost/example/page 

this doesn't work in phpstorm:

localhost:63342/example/page  // 404 not found  

any thoughts on problem?

.htaccess used apache webserver. it's not used phpstorm web-browser though. if want able use there, want setup 'web path project root' , point appropriate location, set in apache vhost.


Comments