Configure PhpStorm to use .htaccess

Viewed 7987

I added .htaccess (for rewriting URLs) in my project's root directory but it's not working. I checked twice, the same file is working fine in Eclipse.

How do I configure PhpStorm to use .htaccess?

2 Answers
Related