- Registriert
- 30. Apr. 2017
- Beiträge
- 504
- Punkte
- 83
- XF Version
- XF Instanz
- Hosting
- PHP-Version
- 8.3
- MySQL/MariaDB
- MariaDB
- Provider/Hoster
- Infomaniak Schweiz
Könntet ihr bitte mal rüber schauen ob ich das so richtig eingetragen habe. Danke und schöne Pfingsten @all
Code:
RewriteEngine On
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
RewriteCond %{SERVER_PORT} !=80
RewriteCond %{HTTP_HOST} ^(www\.)?schatzsucher\.online$ [NC]
RewriteRule ^$ https://schatzsucher.online/%{REQUEST_URI} [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ //+([^\ ]*)
RewriteRule .* https://schatzsucher.online/%1 [R=301,L]
RewriteCond %{HTTP_HOST} ^www.schatzsucher\.online$ [NC]
RewriteRule ^(.*)$ https://schatzsucher.online/$1 [R=301,L]
Zuletzt bearbeitet von einem Moderator: