Clean URL in Drupal funktionieren nicht
Hallo,
habe einen Ubuntu-Server (Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-131-generic x86_64)) mit installiertem Apache/2.4.18 und Drupal 7 .
Ich stelle 'nur' den Server bereit, ein DL hat Drupal und die Webseite eingerichtet.
Alles läuft soweit.
Nun gibt es nur noch Probleme mit den Clean URLs.
Im Quelltext der HTML-Seite(n) steht statt
leider
leider habe ich noch nicht herausgefunden, wo das Problem liegt. In der Drupal-Verwaltung ist unter "Startseite > Administration > Konfiguration > Suche und Metadaten" die Option "Lesbare URLs aktivieren" aktiv.
Die .htaccess funktioniert auch (wird verwendet und gelesen).
Das rewrite Modul ist aktiv.
Der DL meint, es lieht am 'Unterbau', also Apache Konfiguration. Leider weiß ich nicht, was da noch eingestellt werden muss.
vG
LS
habe einen Ubuntu-Server (Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-131-generic x86_64)) mit installiertem Apache/2.4.18 und Drupal 7 .
Ich stelle 'nur' den Server bereit, ein DL hat Drupal und die Webseite eingerichtet.
Alles läuft soweit.
Nun gibt es nur noch Probleme mit den Clean URLs.
Im Quelltext der HTML-Seite(n) steht statt
<li class="leaf menu-mlid-123"><a href="/aktuelles">Aktuelles</a></li>
<li class="last leaf menu-mlid-123"><a href="/?q=aktuelles">Aktuelles</a></li>
Die .htaccess funktioniert auch (wird verwendet und gelesen).
Das rewrite Modul ist aktiv.
Der DL meint, es lieht am 'Unterbau', also Apache Konfiguration. Leider weiß ich nicht, was da noch eingestellt werden muss.
vG
LS
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 381978
Url: https://administrator.de/contentid/381978
Ausgedruckt am: 23.11.2024 um 13:11 Uhr
4 Kommentare
Neuester Kommentar
Hallo,
wie sieht denn dein vhost aus? Hast du das so eingerichtet, wie vom Hersteller beschrieben?
Siehe:
https://www.drupal.org/docs/7/configuring-clean-urls/enable-clean-urls
VG
Exception
wie sieht denn dein vhost aus? Hast du das so eingerichtet, wie vom Hersteller beschrieben?
Siehe:
https://www.drupal.org/docs/7/configuring-clean-urls/enable-clean-urls
VG
Exception
Hi,
hm okay. Dein vhost ist in Ordnung. Hast du den Clean-Urls Test nach der Dokumentation durchgeführt?
Möglicherweise funktionieren die Clean URLs bereits aber Drupal rendert die HTML Dateien falsch.
Siehe dazu auch diesen Hinweis in der Dokumentation:
Schon mal ausprobiert?
VG
Exception
hm okay. Dein vhost ist in Ordnung. Hast du den Clean-Urls Test nach der Dokumentation durchgeführt?
Möglicherweise funktionieren die Clean URLs bereits aber Drupal rendert die HTML Dateien falsch.
Siehe dazu auch diesen Hinweis in der Dokumentation:
Note for Drupal 7
Sometimes, weirdly even after enabling and configuring all the required server configurations on your server, it keeps giving you the "Clean URL >test > failed" message and the checkbox to enable it, is not shown.
After carefully checking for each of the configuration mentioned in the above doc, if the same error message still persists, try removing the ?q=
from the url
[your-site-url]/?q=admin/config/search/clean-urls
and make it as
[your-site-url]/admin/config/search/clean-urls and hit enter. If all your server configurations were correct, you will be seeing the checkbox to >enable > Clean URLs again.
Sometimes, weirdly even after enabling and configuring all the required server configurations on your server, it keeps giving you the "Clean URL >test > failed" message and the checkbox to enable it, is not shown.
After carefully checking for each of the configuration mentioned in the above doc, if the same error message still persists, try removing the ?q=
from the url
[your-site-url]/?q=admin/config/search/clean-urls
and make it as
[your-site-url]/admin/config/search/clean-urls and hit enter. If all your server configurations were correct, you will be seeing the checkbox to >enable > Clean URLs again.
Schon mal ausprobiert?
VG
Exception