So I did a fancy interface using CSS and jQuery, with a bunch of PHP files.
Inside the host, there's a special "_include" folder I made, for all the .php files that are, sometimes requested through jQuery and sometimes by PHP.
With the .htaccess file, I can use the deny from all
sentence so no one could touch the files manually. Until there, I tested:
PHP works fine, but the jQuery part doesn't.
I thought then, that .htaccess "denies from all", including jQuery moves. Is there a way to deny from everything but jQuery requests?