Skip to content

Commit 1201765

Browse files
committed
Fix graph urls on Apache httpd
Multiviews+ was trying to load graph.php for the graph url (which won't work)
1 parent 5719e4a commit 1201765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

html/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DO NOT CHANGE THIS FILE
22
# If you need to change this file, you are doing something wrong.
33

4-
Options +FollowSymlinks +Multiviews
4+
Options +FollowSymlinks -Multiviews
55

66
AddType image/svg+xml .svg
77
<IfModule mod_filter.c>

0 commit comments

Comments
 (0)