Hi I just move to mac and I already install the MAMP in my MAC and transfered all my local sites from my old pc, All is working perfectly the problem that I am havin is with the htaccess is not working I already change my htaccess to remove my index.php and still doesnt work, In my old pc I use to have appserv that works incredible in that one I just have to activate the mod rewrite and works perfect but in this one I dont have idea please can someone help me this is the htaccess that i am using in each of my folder sites.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Do the MAMP have a module or something where i have to activate the mod rewrite¨ or please any idea is a great help.