Welcome Guest, Not a member yet? Register   Sign In
Only default controller is working
#1

Hi everyone!
From years I've been using CodeIgniter 2 and it's very well.
Yesterday I started a new project with PHP 7 and I read it's better to use CodeIgniter 3. 
I installed CodeIgniter 3 but is loading the default controller always, but the others controllers doesn't work....

I changed my htacces but doesn't work....
<IfModule mod_rewrite.c>
RewriteEngine On

#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>


Has Anyone an idea? Thanks.
Reply


Messages In This Thread
Only default controller is working - by ralf88 - 01-11-2018, 03:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB