mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Merge branch 'v0.26' into release
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
<IfModule mod_negotiation.c>
|
||||
Options -MultiViews
|
||||
Options -MultiViews -Indexes
|
||||
</IfModule>
|
||||
|
||||
RewriteEngine On
|
||||
|
3
public/uploads/.gitignore
vendored
3
public/uploads/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!.gitignore
|
||||
!.htaccess
|
1
public/uploads/.htaccess
Executable file
1
public/uploads/.htaccess
Executable file
@ -0,0 +1 @@
|
||||
Options -Indexes
|
Reference in New Issue
Block a user