Portal als Startseite einrichten

Aktuelle Version: 2.1.0
Veröffentlicht: 26.10.2015
Forum rules
Vor dem erstellen neuer Supportanfragen bitte zuerst in die board3 Portal FAQ schauen und die Suche benutzen!
Viele Fragen sind bereits schon gestellt und beantwortet worden.
Bitte auch unsere Forumsregeln lesen und beachten!
Locked
User avatar

Topic author
sina54
Valued Contributor
Posts: 63
Joined: 4. November 2014 19:05
phpBB.de User: sina54
phpBB.com User: sina54

Portal als Startseite einrichten

Post by sina54 »

ich habe jetzt ein Problem und komme nicht mehr auf meine Seite

ich habe alles wieder zurückgespielt wie es vor den Veränderungen war.
One.com ist mein Server, sie sagten es gäbe ein Problem mit /.htaccess..wäre eine Errormeldung

hm..Ich hatte ja auf dem Board eingestellt das bei Bordeinstellung glaub ich das er nur noch die Url zeigen soll und nicht mehr den Anhängsel hinter der Domäne.. Vielleicht liegt es daran.

Habe folgende Meldung:

Internal Server Error

"The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, support@one.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log."

das schickte mir gerade one.com von der technik
Matthias: t's caused by the last line in their .htaccess : Directory app.php / portal index.php index.html index.htm

Matthias: they should remove this line, or comment it out (= by adding the symbol # at the beginning )
Könnt ihr mir helfen?
lg Sina

was für ein Unterfangen..ich bastele noch das forum geht wieder..ich schreib was ich gemacht habe nachher!lg
User avatar

Topic author
sina54
Valued Contributor
Posts: 63
Joined: 4. November 2014 19:05
phpBB.de User: sina54
phpBB.com User: sina54

Portal als Startseite einrichten

Post by sina54 »

Wenn jemand Zeit hat bitte helft mir die Startseite wieder richtig zuzuordnen.
Sie weisst nun auf den Forumsüberblick hin war vorher auch Portal

Ich habe mal den Eintrag vorerst rausgenommen im der
.htaccess
Directory app.php / portal index.php index.html index.htm
Ich möchte gerne den mchat vorne im Portal aber es funktioniert nicht richtig.

lg Sina
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Portal als Startseite einrichten

Post by Kirk »

Probier es doch mal damit:

Code: Select all

DirectoryIndex app.php/portal index.php index.html index.htm
Gruß Udo
User avatar

Topic author
sina54
Valued Contributor
Posts: 63
Joined: 4. November 2014 19:05
phpBB.de User: sina54
phpBB.com User: sina54

Portal als Startseite einrichten

Post by sina54 »

Leider geht die Umleitung nicht mehr
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Portal als Startseite einrichten

Post by Kirk »

Du musst schon etwas genauer werden sonst kann man dir nicht helfen.
Zeig mal deine geänderte .htaccess
Gruß Udo
User avatar

Topic author
sina54
Valued Contributor
Posts: 63
Joined: 4. November 2014 19:05
phpBB.de User: sina54
phpBB.com User: sina54

Portal als Startseite einrichten

Post by sina54 »

<IfModule mod_rewrite.c>
RewriteEngine on

#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

#
# The following 3 lines will rewrite URLs passed through the front controller
# to not require app.php in the actual URL. In other words, a controller is
# by default accessed at /app.php/my/controller, but can also be accessed at
# /my/controller
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ app.php [QSA,L]

#
# If symbolic links are not already being followed,
# uncomment the line below.
# http://anothersysadmin.wordpress.com/20 ... pache-228/
#
#Options +FollowSymLinks
</IfModule>

# With Apache 2.4 the "Order, Deny" syntax has been deprecated and moved from
# module mod_authz_host to a new module called mod_access_compat (which may be
# disabled) and a new "Require" syntax has been introduced to mod_authz_host.
# We could just conditionally provide both versions, but unfortunately Apache
# does not explicitly tell us its version if the module mod_version is not
# available. In this case, we check for the availability of module
# mod_authz_core (which should be on 2.4 or higher only) as a best guess.
<IfModule mod_version.c>
<IfVersion < 2.4>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
</IfVersion>
<IfVersion >= 2.4>
<Files "config.php">
Require all denied
</Files>
<Files "common.php">
Require all denied
</Files>
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_authz_core.c>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
</IfModule>
<IfModule mod_authz_core.c>
<Files "config.php">
Require all denied
</Files>
<Files "common.php">
Require all denied
</Files>
</IfModule>
</IfModule>
# DirectoryIndex app.php/portal index.php index.html index.htm
User avatar

Kirk
Dev
Posts: 1950
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Portal als Startseite einrichten

Post by Kirk »

Du hast vor der Umleitung dieses Zeichen gesetzt # damit deaktivierst du diese Funktion.
Gruß Udo
User avatar

Topic author
sina54
Valued Contributor
Posts: 63
Joined: 4. November 2014 19:05
phpBB.de User: sina54
phpBB.com User: sina54

Re: Portal als Startseite einrichten

Post by sina54 »

ok ich mach es weg
User avatar

Topic author
sina54
Valued Contributor
Posts: 63
Joined: 4. November 2014 19:05
phpBB.de User: sina54
phpBB.com User: sina54

Re: Portal als Startseite einrichten

Post by sina54 »

zuviele Portale hab ich noch im Footer

auch klappt es nicht immer mit dem Chat im Portal sehen.
Wenn man sich anmeldet sieht man ihn nicht erst wenn man auf startseite geht wieder..ist noch nicht richtig irgendwie.

Egal mit welchem Style!

Danke noch es klappt mit der Umleitung jetzt
lg sina
www.duwirstvermisst.de
Locked

Return to “Board3 Portal 2.1.x - Deutscher Support”