Welcome Guest, Not a member yet? Register   Sign In
My 404 pages loading as google 404 pages
#4

[eluser]pickupman[/eluser]
The request is first sent to the [url="http://ellislab.com/codeigniter/user-guide/overview/appflow.html"]Router[/url]. The Router examines the url and the request and handles it accordingly. Since your 1st segment doesn't exist, the CI instance won't be available. You can see in the Codeigniter.php file the order in which items are initiated. The reason for this is with CI's page caching function, upon a page request, the router will check if a cached paged exists and serve the static html without even running CI.


Messages In This Thread
My 404 pages loading as google 404 pages - by El Forum - 08-01-2010, 10:34 AM
My 404 pages loading as google 404 pages - by El Forum - 08-01-2010, 03:33 PM
My 404 pages loading as google 404 pages - by El Forum - 08-01-2010, 07:22 PM
My 404 pages loading as google 404 pages - by El Forum - 08-01-2010, 08:13 PM



Theme © iAndrew 2016 - Forum software by © MyBB