Skip to content
Snippets Groups Projects
Commit 1767ff00 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

ignore favicon.ico

parent 18013707
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,12 @@ ...@@ -37,6 +37,12 @@
<RequireAll> <RequireAll>
require shibboleth require shibboleth
</RequireAll> </RequireAll>
# Ignore favicon.ico
AddType image/x-icon .ico
<FilesMatch "\.ico$">
SetHandler None
</FilesMatch>
</Directory> </Directory>
# stanford-template-web directory (will eventually replace # stanford-template-web directory (will eventually replace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment