summaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2024-01-03 21:05:23 -0500
committeralyx <alyx@aleteoryx.me>2024-01-03 21:05:23 -0500
commit82fd55c70d5cc6fb875210e5413db00ad658d52d (patch)
tree4cee82969537199bab320d998dc8d90c71841c9e /.htaccess
downloadame-homepage-82fd55c70d5cc6fb875210e5413db00ad658d52d.tar.gz
ame-homepage-82fd55c70d5cc6fb875210e5413db00ad658d52d.tar.bz2
ame-homepage-82fd55c70d5cc6fb875210e5413db00ad658d52d.zip
getting all setup
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..39b5440
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,6 @@
+<Location "/vendor/">
+ Require all denied
+</Location>
+<Files ~ "composer\..+$">
+ Require all denied
+</Files>