+ Antworten
Ergebnis 1 bis 3 von 3

Thema: Open Sef Frontpage Problem

  1. #1
    Neu an Board
    Registriert seit
    05.10.2005
    Beiträge
    92
    Bedankte sich
    7
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard Open Sef Frontpage Problem

    hallo,

    ich habe ein problem mit open sef. am anfang hatte ich auch die üblichen probleme dass immer die meldung "objekt nicht gefunden kam" habe dann die richtigen stellen auskommentiert in der htaccess und die 3rd party dingens aktiviert.

    aber nun habe ich noch immer das problem, dass auf der startseite / home die meldung:
    "Du bist nicht berechtigt, diesen Bereich zu sehen.
    Du musst dich anmelden." in der hp steht sobald ich open sef aktiviere.

    standart sef ist aktiviert und funktioniert
    habe joomla 1.0.10
    opensef_2.0.0-RC5_SP2
    rewrite mode is on

    meine htaccess:

    ##
    # @version $Id: htaccess.txt 4085 2006-06-21 16:03:54Z stingrey $
    # @package Joomla
    # @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
    # @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
    # Joomla! is Free Software
    ##


    ################################################## ###
    # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
    #
    # The line just below this section: 'Options FollowSymLinks' may cause problems
    # with some server configurations. It is required for use of mod_rewrite, but may already
    # be set by your server administrator in a way that dissallows changing it in
    # your .htaccess file. If using it causes your server to error out, comment it out (add # to
    # beginning of line), reload your site in your browser and test your sef url's. If they work,
    # it has been set by your server administrator and you do not need it set here.
    #
    # Only use one of the two SEF sections that follow. Lines that can be uncommented
    # (and thus used) have only one #. Lines with two #'s should not be uncommented
    # In the section that you don't use, all lines should start with #
    #
    # For Standard SEF, use the standard SEF section. You can comment out
    # all of the RewriteCond lines and reduce your server's load if you
    # don't have directories in your root named 'component' or 'content'
    #
    # If you are using a 3rd Party SEF or the Core SEF solution
    # uncomment all of the lines in the '3rd Party or Core SEF' section
    #
    ################################################## ###

    ##### SOLVING PROBLEMS WITH COMPONENT URL's that don't work #####
    # SPECIAL NOTE FOR SMF USERS WHEN SMF IS INTEGRATED AND BRIDGED
    # OR ANY SITUATION WHERE A COMPONENT's URL's AREN't WORKING
    #
    # In both the 'Standard SEF', and '3rd Party or Core SEF' sections the line:
    # RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    # May need to be uncommented. If you are running your Joomla/Mambo from
    # a subdirectory the name of the subdirectory will need to be inserted into this
    # line. For example, if your Joomla/Mambo is in a subdirectory called '/test/',
    # change this:
    # RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    # to this:
    # RewriteCond %{REQUEST_URI} ^(/test/component/option,com) [NC,OR] ##optional - see notes##
    #
    ################################################## ###


    ## Can be commented out if causes errors, see notes above.
    # Options FollowSymLinks

    #
    #mod_rewrite in use

    RewriteEngine On


    # Uncomment following line if your webserver's URL
    # is not directly related to physical file paths.
    # Update Your Joomla/MamboDirectory (just / for root)

    # RewriteBase /


    ########## Begin - Joomla! core SEF Section
    ############# Use this section if using ONLY Joomla! core SEF
    ## ALL (RewriteCond) lines in this section are only required if you actually
    ## have directories named 'content' or 'component' on your server
    ## If you do not have directories with these names, comment them out.
    #
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    #RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
    #RewriteRule ^(content/|component/) index.php
    #
    ########## End - Joomla! core SEF Section



    ########## Begin - 3rd Party SEF Section
    ############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
    #
    RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule (.*) index.php
    #
    ########## End - 3rd Party SEF Section


    RewriteCond %{REQUEST_FILENAME} /forums.html
    RewriteRule (.*) /index.php [L]

    RewriteCond %{REQUEST_FILENAME} /viewforum([0-9]*)-([0-9]*)-([0-9]*).html
    RewriteRule (.*) /viewforum.php?f=%1&topicdays=%2&start=%3 [L]

    RewriteCond %{REQUEST_FILENAME} /forum([0-9]*).html
    RewriteRule (.*) /viewforum.php?f=%1 [L]

    RewriteCond %{REQUEST_FILENAME} /ptopic([0-9]*).html
    RewriteRule (.*) /viewtopic.php?t=%1&view=previous [L]

    RewriteCond %{REQUEST_FILENAME} /ntopic([0-9]*).html
    RewriteRule (.*) /viewtopic.php?t=%1&view=next [L]

    RewriteCond %{REQUEST_FILENAME} /ftopic([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).html
    RewriteRule (.*) /viewtopic.php?t=%1&postdays=%2&postorder=%3&start= %4 [L]

    RewriteCond %{REQUEST_FILENAME} /ftopic([0-9]*)-([0-9]*).html
    RewriteRule (.*) /viewtopic.php?t=%1&start=%2 [L]

    RewriteCond %{REQUEST_FILENAME} /ftopic([0-9]*).html
    RewriteRule (.*) /viewtopic.php?t=%1 [L]

    RewriteCond %{REQUEST_FILENAME} /ftopic([0-9]*).html
    RewriteRule (.*) /viewtopic.php?t=%1&start=%2&postdays=%3&postorder= %4&highlight=%5 [L]

  2. #2
    Neu an Board
    Registriert seit
    05.10.2005
    Beiträge
    92
    Bedankte sich
    7
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Standard

    also ich finde hierbei echt keine lösung. nichts was ich per suchfunktion gefunden hab hat geholfen

  3. #3
    Neu an Board
    Registriert seit
    21.01.2005
    Beiträge
    48
    Bedankte sich
    3
    Erhielt 3 Danksagungen
    in 3 Beiträgen

    Standard

    Ich habe gerade dasselbe Problem mit Open SEF und der nicht berechtigten Frontpage gehabt.

    Lösung: Bei Open SEF den Fehlermodus aktivieren. Dann wird auf der Frontpage die interne URL angezeigt, die Open SEF aufzurufen versucht. Diese war dann tatsächlich auf / weitergeleitet. Nachdem ich die URL in Open SEF gelöscht hatte, funktionierte wieder alles einwandfrei.

    Ich hoffe, das Problem tritt nicht noch einmal auf ;-)

+ Antworten

Ähnliche Themen

  1. Anfänger und Open SEF
    Von stevie im Forum Joomla Anfänger
    Antworten: 10
    Letzter Beitrag: 21.06.2006, 07:53
  2. open SEF Kontaktformular nicht erreichbar
    Von boxerfresse im Forum Joomla Komponenten
    Antworten: 3
    Letzter Beitrag: 19.04.2006, 06:37
  3. 404 SEF Problem
    Von altai.at im Forum Joomla Komponenten
    Antworten: 0
    Letzter Beitrag: 06.11.2005, 14:09
  4. Frontpage Problem
    Von Maxi.Mc im Forum Allgemeine Fragen zu Joomla
    Antworten: 6
    Letzter Beitrag: 31.10.2005, 15:48
  5. Problem: Welcome to the Frontpage
    Von sclaren im Forum Mambo 4.5.0 Komponenten
    Antworten: 3
    Letzter Beitrag: 05.11.2003, 07:26

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein