I just bought a Mac-pro with Mavericks 10.9.1 and before that I was working on pc with Windows 7.
I created a project under the windows 7 OS and now I want to import it to OSX, the import was successful apart from the .htaccess file. I can't remove index.php from my urls.
I have MAMP installed and my urls only work if I use index.php:
- don't work :
(localhost/~username/feel/products) - work :
(localhost/~username/feel/index.php/products)
I tried all the options of RewriteEngine, RewriteCond and RewriteRule in .htaccess file.
I give all the folders/files chmod 755, have put $config['base_url']='' and $config['index_page'] = ''; with and without root or index.php page.
The file .htaccess is in the same folder of the index.php page, the AllowOverride None is AllowOverride All.