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
I narrowed the issue down to this line: Options FollowSymLinks -MultiViews -Indexes
I did a quick google search (and checked with html5bp) and found that a: it's not in the boilerplate, and b: the command is actually this?: Options +FollowSymLinks -MultiViews -Indexes
I narrowed the issue down to this line:
Options FollowSymLinks -MultiViews -Indexes
I did a quick google search (and checked with html5bp) and found that a: it's not in the boilerplate, and b: the command is actually this?:
Options +FollowSymLinks -MultiViews -Indexes
Having the
+FollowSymLinks
causes err500 on mt.Proposed update Appears to 404 on my local environment
The text was updated successfully, but these errors were encountered: