Florian Eisenmenger 2 лет назад
Родитель
Сommit
ef809487c8
2 измененных файлов: 2 добавлений и 1 удалений
  1. +1
    -0
      README.md
  2. +1
    -1
      src/pub/static/.htaccess

+ 1
- 0
README.md Просмотреть файл

@@ -92,6 +92,7 @@ find . -type f -name “*.php” -exec chmod 600 {} +
- docker-compose up -d - docker-compose up -d


- In den Container wechseln: docker exec -it php-apache /bin/bash - In den Container wechseln: docker exec -it php-apache /bin/bash
- composer update
- 3 Passwörter eingeben - 3 Passwörter eingeben


- Filepermissions setzen: - Filepermissions setzen:


+ 1
- 1
src/pub/static/.htaccess Просмотреть файл

@@ -13,7 +13,7 @@ Options -MultiViews
RewriteEngine On RewriteEngine On


## you can put here your pub/static folder path relative to web root ## 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 # Remove signature of the static files that is used to overcome the browser cache
RewriteRule ^version.+?/(.+)$ $1 [L] RewriteRule ^version.+?/(.+)$ $1 [L]


Загрузка…
Отмена
Сохранить