Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20746, comment 29


Ignore:
Timestamp:
08/05/2015 04:02:56 PM (8 years ago)
Author:
wpmuguru
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20746, comment 29

    initial v1  
    11> I think it would be appropriate to avoid loading the entire WordPress 404 process for missing static files.
    22
    3 Agreed. However, the web server has no way of knowing whether /subsite/non-dir/ is a request for a file system folder or a post/page on the subsite. The request has to be passed to WP for WP to determine if the content exists.
     3Agreed. However, the web server has no way of knowing whether /subsite/non-dir/ is a request for a file system folder or a post/page on the subsite. If the folder does not exist then the request has to be passed to WP for WP to determine if the content exists.