8 lines
114 B
ApacheConf
8 lines
114 B
ApacheConf
![]() |
RewriteEngine On
|
||
|
|
||
|
<Files .htaccess>
|
||
|
Order allow,deny
|
||
|
Allow from all
|
||
|
</Files>
|
||
|
|
||
|
RedirectMatch 403 ^/certs/.*
|