Welcome Guest, Not a member yet? Register   Sign In
Page not found - %20 in url
#7

The base_url setting is not used by either the URI class or the Router class, it is used to generate URLs, not to resolve/route them.

You may need to set $config['uri_protocol'] to 'PATH_INFO' or modify the .htaccess file to set RewriteBase /api/ to get the URI passed to your application to be relative to the /api/ path.
Reply


Messages In This Thread
Page not found - %20 in url - by racerxkiwi - 11-15-2015, 09:21 PM
RE: Page not found - %20 in url - by PaulD - 11-16-2015, 08:23 AM
RE: Page not found - %20 in url - by racerxkiwi - 11-16-2015, 02:02 PM
RE: Page not found - %20 in url - by InsiteFX - 11-16-2015, 09:24 AM
RE: Page not found - %20 in url - by mwhitney - 11-16-2015, 10:19 AM
RE: Page not found - %20 in url - by racerxkiwi - 11-16-2015, 02:11 PM
RE: Page not found - %20 in url - by mwhitney - 11-17-2015, 09:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB