Welcome Guest, Not a member yet? Register   Sign In
Mod_rewrite not working
#3

I'm on mamp and this works for me

Try using the following .htaccess file

RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

Then in the config.php make sure you remove index.php

$config['index_page'] = '';
Practical guide to IgnitedCMS - Book coming soon, www.ignitedcms.com
Reply


Messages In This Thread
Mod_rewrite not working - by roy1523 - 10-15-2015, 06:44 AM
RE: Mod_rewrite not working - by macruzgi - 10-15-2015, 01:27 PM
RE: Mod_rewrite not working - by ignitedcms - 10-15-2015, 01:31 PM
RE: Mod_rewrite not working - by CroNiX - 10-16-2015, 12:15 PM
RE: Mod_rewrite not working - by InsiteFX - 10-19-2015, 04:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB