MyBB.de Forum
startseite ohne index.php in andresszeile - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Sonstiges (https://www.mybb.de/forum/forum-1.html)
+--- Forum: Programmierung (https://www.mybb.de/forum/forum-32.html)
+--- Thema: startseite ohne index.php in andresszeile (/thread-32680.html)



startseite ohne index.php in andresszeile - hkkp - 25.09.2015

hallo,

wie bewerkstellige ich dies denn. hat da jemand ideen? htaccess bestimmt oder? ich möchte letztendlich, wenn jemand das forum aufruft, dass dann oben nicht mehr blablub.de/index.php steht, sondern nur noch blablub.de


RE: startseite ohne index.php in andresszeile - SvePu - 25.09.2015

Probiere mal bitte den folgenden code in der htaccess:
Code:
RewriteEngine on
RewriteCond %{THE_REQUEST} ^[A-Z]+\ /index\.php
RewriteRule ^index\.php/?(.*) /$1 [L,R=301]



RE: startseite ohne index.php in andresszeile - hkkp - 26.09.2015

danke, scheint auf den ersten blick zu funktionieren.
doch nicht so richtig, die games.php filtert er raus, wenn ich gespielt habe und dann nach dem ende fehlt die und da kommt: du hast etwas vergessen...