Hey,
in order to install Shopware 6 it's required to set the
DocumentRoot to /home/USER/public_html/public
and let the Directory be
<Directory /home/USER/public_html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
How can I reach this?
I tried to edit the documentroot in "/var/cpanel/userdata/user/domain & ssl, but this will change DocumentRoot and Directory.
I tried to follow this: Modify Apache Virtual Hosts with Include Files | cPanel & WHM Documentation , but when regenerating the httpd.conf I'll get the error: <VirtualHost> cannot occur within <VirtualHost> section
How can I reach what I want?
in order to install Shopware 6 it's required to set the
DocumentRoot to /home/USER/public_html/public
and let the Directory be
<Directory /home/USER/public_html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
How can I reach this?
I tried to edit the documentroot in "/var/cpanel/userdata/user/domain & ssl, but this will change DocumentRoot and Directory.
I tried to follow this: Modify Apache Virtual Hosts with Include Files | cPanel & WHM Documentation , but when regenerating the httpd.conf I'll get the error: <VirtualHost> cannot occur within <VirtualHost> section
How can I reach what I want?
Last edited by a moderator: