+ Antworten
Ergebnis 1 bis 3 von 3

Thema: problem mit joomsef

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

    Beitrag problem mit joomsef

    hallo leute
    ich habe ein problem. ich wollte meine urls freundlicher gestalten, habe dazu joomsef installiert und das erfolgreich.
    nun ist folgendes problem, das ich mein administratorbereich nicht öffnen kann, geschweige denn meine homepage sichtbar ist.

    ich gebe euch mal die fehlermeldung:

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

    Please contact the server administrator, webadmin@kundenserver.de 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.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    ich habe joomsef installiert und nichts weiter gemacht. was muss ich machen, damit ich meine seite wieder bearbeiten, bzw sehen kann???

    ich habe die configuration.php folgendes on gesetzt?

    var $sef = '1';
    var $sef_rewrite = '1';
    var $sef_suffix = '1';

    ist das richtig? was muss ich noch machen?

    die htacces-datei besteht aus folgenden atributen:

    DirectoryIndex index.php
    RewriteEngine On
    RewriteBase

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} !^/index.php
    RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC]
    RewriteRule (.*) index.php
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]

    ########## Begin - Rewrite rules to block out some common exploits
    ## If you experience problems on your site block out the operations listed below
    ## This attempts to block the most common type of exploit `attempts` to Joomla!
    #
    # Block out any script trying to set a mosConfig value through the URL
    RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
    # Block out any script trying to base64_encode crap to send via URL
    RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
    # Block out any script that includes a ********** tag in URL
    RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
    # Block out any script trying to set a PHP GLOBALS variable via URL
    RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
    # Block out any script trying to modify a _REQUEST variable via URL
    RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
    # Send all blocked request to homepage with 403 Forbidden error!
    RewriteRule ^(.*)$ index.php [F,L]
    #
    ########## End - Rewrite rules to block out some common exploits

    ich hatte davor was anderes stehen... ist das so korrekt?

    hoffe, ihr könnt mir helfen

    lg delar
    Kommt und besucht meine Seite
    www.wiegoldstaub.de

  2. #2
    Kommt häufiger vorbei
    Registriert seit
    04.04.2007
    Ort
    Schwerte
    Beiträge
    361
    Bedankte sich
    2
    Erhielt 73 Danksagungen
    in 66 Beiträgen

    Standard

    funktioniert SEF ohne JoomSEF bei Dir ?
    Ggf. muss die htaccess mit weiteren Attributen gefüllt werden, da solltest Du mal die Doku von JoomSEF konsultieren. Ggf. hilft auch die 1und1 Doku, bzw. muss rewrite bei 1und1 explizit erlaubt werden.

  3. #3
    Gehört zum Inventar Avatar von Helrunar
    Registriert seit
    05.03.2006
    Ort
    /home/helrunar/Webdev
    Beiträge
    6.251
    Bedankte sich
    569
    Erhielt 1.547 Danksagungen
    in 1.399 Beiträgen

    Standard

    Meines Erachtens nach fehlt zudem hinter RewriteBase der Slash. Sollte das nicht heißen RewriteBase / ?

+ Antworten

Lesezeichen

Berechtigungen

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