Welcome Guest, Not a member yet? Register   Sign In
codeigniter, 404 not found error
#2

Try changing to:
RewriteRule ^(.*)$ index.php?/$1 [L]

and
$config['base_url'] = "http://www.example.com/test/ [add trailing slash as the notes state]

If that doesn't work, try adding to your htaccess before rewrite rules:
RewriteBase /test/
Reply


Messages In This Thread
codeigniter, 404 not found error - by tharindu12 - 07-02-2015, 11:14 PM
RE: codeigniter, 404 not found error - by CroNiX - 07-03-2015, 09:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB