From ef809487c8f19ab8b795ebd9358b405bd0e40d3f Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Mon, 2 Oct 2023 10:07:39 +0200 Subject: [PATCH] htaccess --- README.md | 1 + src/pub/static/.htaccess | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfc75c5..1fdc29c 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ find . -type f -name “*.php” -exec chmod 600 {} + - docker-compose up -d - In den Container wechseln: docker exec -it php-apache /bin/bash + - composer update - 3 Passwörter eingeben - Filepermissions setzen: diff --git a/src/pub/static/.htaccess b/src/pub/static/.htaccess index 1cd3fef..8853a09 100644 --- a/src/pub/static/.htaccess +++ b/src/pub/static/.htaccess @@ -13,7 +13,7 @@ Options -MultiViews RewriteEngine On ## you can put here your pub/static folder path relative to web root - #RewriteBase /magento/pub/static/ + RewriteBase /pub/static/ # Remove signature of the static files that is used to overcome the browser cache RewriteRule ^version.+?/(.+)$ $1 [L]