moved and add all cv into cvs

This commit is contained in:
asus
2024-06-08 11:22:59 +02:00
parent ecabfcc392
commit 5b1ea933f6
4 changed files with 2 additions and 13 deletions

View File

@@ -2,14 +2,3 @@
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
# denying access
# https://stackoverflow.com/questions/8217430/how-to-redirect-only-when-exact-url-matches
#RedirectMatch 403 ^/docs/?$
#RedirectMatch 403 ^/styles/?$
#RedirectMatch 403 ^/styles/.*$
#RedirectMatch 403 ^/.git/?$
#RedirectMatch 403 ^/README.md$
#RedirectMatch 403 ^/alphabet.txt$
#RedirectMatch 403 ^/.htaccess$
#RedirectMatch 403 ^/.gitignore$