Hello, I have a problem, I made a project in cakephp 3.6 and on the local Xampp server it works correctly but when I upload it to the IONOS 1 and 1 server this error appears.
"# Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request."
I don’t know how to fix it, my path associated with the domain is not in the root “/”, it is in “/ project_name”.
How can I enter the IONOS error log from windows 10? I have read that I have to configure mbstring and intl in php.ini but I don’t know how to do it in IONOS.
I have my .htaccess file like this:
# Uncomment the following to prevent the httpoxy vulnerability
#
# RequestHeader unset Proxy
#
** RewriteEngine On**
** RewriteRule ^(.well-known/.)$ 1 [L]**
** RewriteRule ^ webroot/ [L]**
** RewriteRule (.) webroot/$1 [L]**
If there is anyone who can help me, I would greatly appreciate it.