Hi EspoCRM Community,
My installation stops at the point shown in the screenshot. Additionally, it seems that the .css files and images are not loading properly (wrong path) and i cant't click the Button [Start].
Here are my settings. I hope someone can help.
Many thanks.
Hoster: Strato
Server: vServer Linux Ubuntu 22.04
Apache: 2.4.52
PHP: PHP 8.1.2-1ubuntu2.14
MySQL: 10.6.16-MariaDB
Administration: Plesk Obsidian 18.0.58
Server Setting (I Think here ist the Problem)
vhost.conf =
Settings
php.ini = Done
chmod = Done
chown = Done
.htaccess in /public/api/v1
RewriteBase /https://mydomain.com/api/v1/
.htaccess in /public/
No .htaccess File
My installation stops at the point shown in the screenshot. Additionally, it seems that the .css files and images are not loading properly (wrong path) and i cant't click the Button [Start].
Here are my settings. I hope someone can help.
Many thanks.
Hoster: Strato
Server: vServer Linux Ubuntu 22.04
Apache: 2.4.52
PHP: PHP 8.1.2-1ubuntu2.14
MySQL: 10.6.16-MariaDB
Administration: Plesk Obsidian 18.0.58
Server Setting (I Think here ist the Problem)
vhost.conf =
Code:
DocumentRoot "/var/www/vhosts/mydomain.com/httpdocs/public"
Alias /client /var/www/vhosts/mydomain.com/httpdocs/client
<Directory /var/www/vhosts/mydomain.com/httpdocs/public>
AllowOverride All
Require all granted
</Directory>
<Directory /var/www/vhosts/mydomain.com/httpdocs>
AllowOverride All
Require all granted
</Directory>
<IfModule mod_fcgid.c>
FcgidPassHeader Authorization
FcgidPassHeader Proxy-Authorization
FcgidPassHeader HTTP_AUTHORIZATION
</IfModule>
Settings
php.ini = Done
chmod = Done
chown = Done
.htaccess in /public/api/v1
RewriteBase /https://mydomain.com/api/v1/
.htaccess in /public/
No .htaccess File


Comment