I know this looks a bit childish, but I have this problem, that I have another folder inside my phalcon project folder and when I try ro access it, it sends me to the 404 page of phalcon, This is my folder structure, and I want to go to the folder "api" directly,
I know the problem is with the htaccess file and these lines:
RewriteRule ^$ public/ [L]
RewriteRule (.*) public/$1 [L]
but I don't know how to put an exception to that folder, any help, I'll be very thankfull.