Calling a raw php file that is not a method nor controller? |
(05-16-2021, 09:37 PM)John mark bartholomon Wrote: Yes that is one solution to move my file outside of my codeigniters root folder but i beleive there is actually a proper way to state a file that is a method nor a controller.ty for your insight on this too. By default, everything is fed to index.php (the front controller). I think the only way to bypass this behavior is by editing the .htacess file in the public folder. But I’m no expert in apache config... |
Messages In This Thread |
Calling a raw php file that is not a method nor controller? - by John mark bartholomon - 05-15-2021, 08:56 PM
RE: Calling a raw php file that is not a method nor controller? - by paliz - 05-16-2021, 03:09 AM
RE: Calling a raw php file that is not a method nor controller? - by John mark bartholomon - 05-16-2021, 09:35 PM
RE: Calling a raw php file that is not a method nor controller? - by includebeer - 05-16-2021, 12:56 PM
RE: Calling a raw php file that is not a method nor controller? - by John mark bartholomon - 05-16-2021, 09:37 PM
RE: Calling a raw php file that is not a method nor controller? - by includebeer - 05-17-2021, 05:52 PM
|