call an ajax request to one Controller... what the solution since out of web access |
I have my Controllers Views and Models and all application folder out of web root[public_html] Not accessible
I want call an ajax request to one Controller... what the solution since out of access? Cent OS 6.7 LAMP if create for the Controller file a soft link "ln -s /x/y/appplication/controllers/Xcontroller.php /x/y/public_html/assets/php/link-to-controller.php" should work calling soft link in web root...? or same thing is? any other solution?
As long as you use the full url path to the controller/method it
should not matter. I have mine outside and I can access them. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Code: <head> What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |