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
Checking for a directory before we knew if the path exists caused the
server to crash, when the browser look for a favicon. So, do the exists check
first, then see if its a file or directory.
Also, lets just 301 to the right page, its easier.
0 commit comments