Good morning, I'm new to the forum and the Ispconfig world. I just installed ISPconfig on Ubuntu 17.04, but unfortunately I have a problem. When I upload all my files, I see my site without CSS. Looking at the console, tells me it can not find files (js, css, etc) all 404 errors. If I look at the paths I see that the webserver uses the internal system URLs (domainxy.com/var/www/clients/web1/web/js/bootstrap.min.js) Instead, he should look up (domainxy.com/js/bootstrap.min.js) Do you know what I need to change Thanks you all Gida
That's either a problem in the website code that you uploaded or you use a wrong rewrite rule with absolute paths instead of a relative path.
Hi Till, thanks for your answare. it's very strange because I run the script in a shared-hosting and it works properly.
This means just that this script was adjusted for that shared hosting environment and needs to be adjusted in the same way now for the new paths on your new server. Most likely your script contains the paths of that shared hosting somewhere in the cde and alters the paths in the html accordingly, so you might have to find the place where this happens in your code and adjust that.