Hello guys!
I'm developing a website on localhost using XAMPP under Windows 7. The website URL is http://localhost/lyrics. How can I enable url rewriting for that subdirectory?
I tried with the code below but it didn't work.
RewriteEngine On
RewriteBase /lyrics
Thanks in advance.