Hello,
I have been developing an ajax/php app. In development I have kept everything in the webroot for ease, but as the project matures, I would like to move all the application code outside the webroot. The problem is you can't include js files in html that are outside the wwwroot. Also, all ajax requests are made to a url, not a relative path, which means all the php also needs to be in the wwwroot. Is there a simple way around this issue, or am I stuck?
Thank you,
Strates