mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +01:00
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
|
Order Allow,Deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</Files>
|
</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
|
# end
|
||||||
');
|
');
|
||||||
|
|
||||||
|
@ -13,4 +13,14 @@ Allow from all
|
|||||||
Order Allow,Deny
|
Order Allow,Deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</Files>
|
</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
|
# end
|
||||||
|
Loading…
Reference in New Issue
Block a user