Solved
index.php
4 years ago
Hallo,
ich habe 3 Wordpress installationen mit 3 URL's auf meinem Webspace.
Die Permalink Einstellung funktioniert nur mit: /index.php/%postname%/
Es wäre natürlich schön wenn es auch ohne "index.php" geht!
Ich habe bereits die Variante mit der httpd.conf Datei die ich hier gefunden habe probiert.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Diese führt allerdings zu einem Fehler und die Websiten sind unter der URL nicht mehr aufrufbar.
Was muss ich denn tun?
Viele Grüße
Steffi
621
11
This could help you too
890
0
3
2 months ago
40
0
2
2 years ago
204
0
4
You might also be interested in
Request purchasing advice
Fill out our online contact form quickly and easily so that we can advise you personally in a timely manner.
View offers
Informieren Sie sich über unsere aktuellen Website-Angebote.
Accepted Solution
accepted by
4 years ago
@siggeruestbau
nur das:
<Directory /home/www/public_html>
AllowOverride All
</Directory>
Sonst bitte nichts! Wenn "etc" auf der Ordnerebene von "public_html" ist, dann ist das korrekt.
Gruß, Dietmar
0