Url exceptions |
[eluser]jbuda[/eluser]
Hi there Im trying to link to run a php file that doesnt have anything to do with my codeignter app. However, each time im trying to run that file (the url is relative) called Interface.php in the directory outside, codeIgniter adds the '/index.php/campaigns/' to the url and attempts to find a function in the controller, this resulting in a page not found. http://localhost/index.php/campaigns/out...erface.php Should be this : http://localhost/outside/Interface.php My question is this, is there any way that i can set up exceptions to the url that codeIgniter will ignore so that i can run the above url? Hope that makes sense. |
Messages In This Thread |
Url exceptions - by El Forum - 10-01-2009, 01:38 AM
Url exceptions - by El Forum - 10-01-2009, 01:48 AM
Url exceptions - by El Forum - 10-01-2009, 01:50 AM
Url exceptions - by El Forum - 10-01-2009, 01:52 AM
Url exceptions - by El Forum - 10-01-2009, 01:56 AM
Url exceptions - by El Forum - 10-01-2009, 01:58 AM
Url exceptions - by El Forum - 10-01-2009, 02:01 AM
Url exceptions - by El Forum - 10-01-2009, 02:01 AM
Url exceptions - by El Forum - 10-01-2009, 02:02 AM
Url exceptions - by El Forum - 10-01-2009, 02:03 AM
Url exceptions - by El Forum - 10-01-2009, 02:05 AM
Url exceptions - by El Forum - 10-01-2009, 02:07 AM
Url exceptions - by El Forum - 10-01-2009, 02:08 AM
Url exceptions - by El Forum - 10-01-2009, 02:11 AM
Url exceptions - by El Forum - 10-01-2009, 02:14 AM
Url exceptions - by El Forum - 10-01-2009, 02:21 AM
Url exceptions - by El Forum - 10-01-2009, 02:28 AM
|