Moin,
ich dachte, wir hätten dieses Problem diskutiert, finde es aber nicht wieder. Vielleicht verborgen in einem Faden.
Wenn ich dieses in die Adresszeile vom FF eingebe:
- remso.de
- www.remso.de
- remso.org
- www.remso.org
Wird wie gewünscht die Seite https://remso.eu/index.php ausgeliefert. Zugehörige .htaccess bei remso.de und remso.org gleich:
ErrorDocument 404 /error_404.php
Redirect 301 / https://remso.eu/
Wenn ich dieses eingebe:
- remso.eu
- www.remso.eu
kommt bei dieser .htaccess (bei remso.eu) ...
ErrorDocument 404 /error_404.php
# 2020-08-05 remso.eu/.htaccess https://www.sslmarket.de/ssl/help-von-http-zu-https/
#RewriteEngine On
#RewriteCond %{HTTPS} off
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
# 2020-08-05 remso.eu/.htaccess https://www.ionos.de/hilfe/ssl-zertifikate/tipps-zur-einrichtung-und-nutzung/https-ssl-fuer-website-erzwingen/
#RewriteEngine On
#RewriteCond %{SERVER_PORT} !=443
#RewriteRule ^(.*)$ https://remso.eu/$1 [R=301,L]
# 2020-08-05 remso.eu/.htaccess https://wiki.selfhtml.org/wiki/Webserver/htaccess/Umleitungen_mit_mod_rewrite#Umleitung_von_http_auf_https
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L]
... die Meldung
„Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] 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. Apache/2.4.25 (Debian) Server at remso.eu Port 80“
Keine Ahnung, was die Maschine mir mitteilen möchte.
Wo finde ich error log?
Unter Filezille sehe ich ein leeres Log-Verzeichnis:
Gruß, Linuchs