You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logs could be fetched directly from the browser. Added deny rules:
sample/application/logs/.htaccess and sample/application/uploads/.htaccess
that block direct access (Apache 2.2/2.4) including a *.log / *.gz guard.
New "Security" section in the README covering moving application/ out of
the web root, pointing REQUEST_LOG_DIR outside the document root, and
Apache/Nginx deny configuration.