Instalace eshopu Shopware 6.2.2
Dobrý den, prosím o radu či pomoc s instalací eshopu Shopware 6 na doméně mk-trade.cz
Po zkopírování dat přes ftp do adresáře www a pokusu spustit instalaci otevřením stránky www.mk-trade.cz hlásí:
Shopware Root Directory
You should not be able to see this page.
If yes you are missing some important server configuration. For security reasons, all accessible files are located in the /public directory of your Shopware installation.
Please configure your web server to root your domain to the /public directory of this installation.
kde chce nastavit rootování z adresáře /public.
Zároveň si nejsem jistý, zda webhosting splňuje veškeré požadavky Shopware https://docs.shopware.com/en/shopware-6-en/first-steps/system-requirements?category=shopware-6-en/getting-started
System requirements
Operating system
Shopware generally supports most Unix-based operating systems. From experience we recommend to install Shopware 6 on Ubuntu 18.04 LTS or macOS Mojave 10.14.
Environment
PHP
7.2 or higher (7.2.20 and 7.3.7 are not compatible)
memory_limit 512M or higher
max_execution_time 30 seconds or higher
Extensions:
- ext-dom
- ext-fileinfo
- ext-gd
- ext-iconv
- ext-intl
- ext-json
- ext-libxml
- ext-mbstring
- ext-openssl
- ext-pcre
- ext-pdo
- ext-pdo_mysql
- ext-phar
- ext-simplexml
- ext-xml
- ext-zip
- ext-zlib
SQL
MySQL 5.7.21 or higher
or
MariaDB 10.3 or higher
In each case with the configuration group_concat_max_len=320000
Other
Apache 2.4 or higher with active mod-rewrite
Recommended
Zend Opcache 256M or higher
APCu 128M or higher
Webserver with HTTP2 support
For database administration we recommend Adminer (https://www.adminer.org/) because it has better support for binary data types.
Děkuji za pomoc. Martin Kočica
1 Odpověď
Dobrý den,
zkuste si přidat do .htaccess souboru tento kód:
RewriteEngine On RewriteRule (.*) public/$1 [L]