honeybee
Goto Top

Rewrite URL

Hallo,

ich möchte, dass die URL automatisch und dauerhaft von host.domain.de auf host.domain.de/page geändert wird.
Wie stelle ich das in Apache ein? Bin mit Apache nicht so vertraut.

RewriteRule ^(.*)$ host.domain.de/page [R=permanent,L]

Content-Key: 364736

Url: https://administrator.de/contentid/364736

Printed on: April 19, 2024 at 04:04 o'clock

Mitglied: 135333
Solution 135333 Feb 14, 2018 updated at 09:22:51 (UTC)
Goto Top
RewriteRule ^/?$ /page [R=301,L]
Member: Arano
Arano Feb 14, 2018 at 09:29:25 (UTC)
Goto Top
Hallo,

In der Config-Datei Kannst du das DocumentRoot des Webservers definieren:
Apache - core#DocumentRoot
Syntax: DocumentRoot Verzeichnis


~Arano