[eluser]hobartimus[/eluser]
[quote author="Tim Brownlaw" date="1398397399"]
Your htaccess file has to be in your document root.. The same folder as your index.php above your application folder and it's friends!
[/quote]
It is.
[quote author="Tim Brownlaw" date="1398397399"]
Also check in your /Applications/MAMP/conf/apache/httpd.conf that you have
<Directory <path>>
Options Indexes FollowSymLinks
AllowOverride All
</Directory>
[/quote]
I checked this and it shows "AllowOverride None", but in MAMP > Hosts > Extended, "FollowSymLinks" is checked.
It doesn't show a path though. It just looks like this…
Code:
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
</Directory>