07-28-2018, 08:52 AM
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?
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?