Hi, i´m try work Friendly URL´s using EasyPhp on my computer, at least, the .htaccess on “www” folder is:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .(/)?$ /index.php
Testing:
localhost - ok
localhost/test - **not work 404 (not found)
**i think the problem is the path of RewriteRule, i don´t know.
If anyone can help me, thanks