Welcome Guest, Not a member yet? Register   Sign In
cannot load default controller
#1

hi,
my codeigniter is placed in a subfolder.
when im trying to load it.

www.website.com/ci <-- it gives me 404 error
but when i did this
www.website.com/ci/welcome <-- it display the page.

.htaccess

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L] 
</IfModule>

thanks
Reply


Messages In This Thread
cannot load default controller - by fablab.rhyan - 10-06-2016, 02:17 AM
RE: cannot load default controller - by InsiteFX - 10-06-2016, 11:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB