Hello everyone.
I am a complete beginner and would appreciate some help with my first steps.
After trying to read in step by step, the following points have been made so far:
Created different domains and simlinks according to instructions (under the following scheme):
uberspace web domain add www.mydomain.com
uberspace web domain add mydomain.com
cd /var/www/virtual/projekt1
mkdir project1
ln -s project1 www.mydomain.com
ln -s project1 mydomain.com
starterkit-main.zip and uploaded via SFTP.
In config.php, enter the installation of the panel (hopefully) correctly, as follows:
return [
‘debug’ => false,
‘panel’ =>[
‘install’ => true
]
];
The result looks like this, unfortunately the images are not displayed. Likewise, no links are clickable.
The error message is always the same:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
If I understand it correctly, I have to make appropriate entries in the .htaccess. At this point, however, I am hopelessly overwhelmed as to what I have to enter where and where to “activate” the appropriate line by removing # (I hope activated is the right word
)
I currently have the standard .htaccess again (after having tried and rejected several things).
Thanks for your time and effort