Extended .htaccess for setup and inline PDF
This commit is contained in:
parent
35f6532520
commit
529587c0f5
|
|
@ -1261,6 +1261,16 @@ Allow from all
|
|||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Files>
|
||||
# Allow access to setup.php
|
||||
<Files setup.php>
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Files>
|
||||
# Allow access to inline PDF viewer
|
||||
<Files viewer.html>
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Files>
|
||||
# end
|
||||
');
|
||||
|
||||
|
|
|
|||
|
|
@ -13,4 +13,14 @@ Allow from all
|
|||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Files>
|
||||
# Allow access to setup.php
|
||||
<Files setup.php>
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Files>
|
||||
# Allow access to inline PDF viewer
|
||||
<Files viewer.html>
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Files>
|
||||
# end
|
||||
|
|
|
|||
Loading…
Reference in New Issue