Przeglądaj źródła

htaccess

master
Florian Eisenmenger 2 lat temu
rodzic
commit
ef809487c8
2 zmienionych plików z 2 dodań i 1 usunięć
  1. +1
    -0
      README.md
  2. +1
    -1
      src/pub/static/.htaccess

+ 1
- 0
README.md Wyświetl plik

@@ -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:


+ 1
- 1
src/pub/static/.htaccess Wyświetl plik

@@ -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]


Ładowanie…
Anuluj
Zapisz