removed htaccess content, it was not working as intended
This commit is contained in:
12
.htaccess
12
.htaccess
@@ -5,11 +5,11 @@ 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 ^/docs/?$
|
||||
#RedirectMatch 403 ^/styles/?$
|
||||
#RedirectMatch 403 ^/styles/.*$
|
||||
#RedirectMatch 403 ^/.git/?$
|
||||
RedirectMatch 403 ^/README.md$
|
||||
RedirectMatch 403 ^/alphabet.txt$
|
||||
#RedirectMatch 403 ^/README.md$
|
||||
#RedirectMatch 403 ^/alphabet.txt$
|
||||
#RedirectMatch 403 ^/.htaccess$
|
||||
RedirectMatch 403 ^/.gitignore$
|
||||
#RedirectMatch 403 ^/.gitignore$
|
||||
|
||||
Reference in New Issue
Block a user