mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-25 00:38:58 +00:00
Add Shopware 6 example (#61)
This commit is contained in:
14
shopware6/.htaccess
Normal file
14
shopware6/.htaccess
Normal file
@@ -0,0 +1,14 @@
|
||||
DirectoryIndex index.html index.php
|
||||
|
||||
<IfModule mod_negotiation.c>
|
||||
Options -MultiViews
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_alias.c>
|
||||
# Restrict access to VCS directories
|
||||
RedirectMatch 404 /\\.(svn|git|hg|bzr|cvs)(/|$)
|
||||
|
||||
# Restrict access to root folder files
|
||||
RedirectMatch 404 /(composer\.(json|lock|phar)|README\.md|\.gitignore|.*\.dist|\.env.*)$
|
||||
</IfModule>
|
||||
|
||||
Reference in New Issue
Block a user