Skip to content

Commit

Permalink
.htaccess: Remove RewriteRule
Browse files Browse the repository at this point in the history
  • Loading branch information
busybox11 committed Nov 11, 2023
1 parent 7d836b9 commit aa26b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ErrorDocument 403 /403.php
RedirectMatch 403 /.env

# vendor
RewriteRule ^vendor/.*$ - [F,L,NC]
RedirectMatch 403 /vendor(/|$)

# disable .git folder
RedirectMatch 404 /\.git
Expand Down

0 comments on commit aa26b22

Please sign in to comment.