No doubt about missing 404 error

Asked

Viewed 34 times

1

I have a question, and I don’t know what to do. I am using Zend Framework 1.12, PHP5.6. It turns out that my system is in a subdirectory called "system":

/system/application/...

My public folder:

/system/public/

In some system requests, such as a view that is rendered with Angularjs, which is inside the /system/public/pangularjs/html/template.html folder, another example is php files that are directly in the root of the /system/public/sub/files.php folder, are accessed directly from the URL, but every time I call one of these public files, the framework tries to find this folder as if it were a system method, then it tries to load as "systemAction" and enters the 404 error exception, as the file exists in the public folder it skips the exception of error 404 and loads the file. But save the 404 error log. How could I do to avoid or skip this scan every time I call a file from the public folder as I have no need to check for exceptions in files that exist.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.