+ Antworten
Seite 1 von 2 1 2 LetzteLetzte
Ergebnis 1 bis 10 von 12

Thema: htaccess. bekomme meine seite nicht zum laufen

  1. #1
    Neu an Board
    Registriert seit
    01.08.2006
    Beiträge
    47
    Bedankte sich
    9
    Erhielt 2 Danksagungen
    in 2 Beiträgen

    Standard htaccess. bekomme meine seite nicht zum laufen

    hallo,
    nach stundenlanem rumprobieren und suchen komme ich leider immer noch nicht weiter.
    habe die datei htaccess.txt umbenannt und seo aktiviert.

    meine homepage wird auch prima aufgerufen, aber alle anderen menupunkte werden nicht gefunden (die angeforderte datei wurde auf dem server nicht gefunden)
    ich habe joomla in einem unterverzeichnis liegen (CMS) also nicht im abslute path.

    ich hoffe hier kann mir jemand weiterhelfen.
    das ist meine htacess:
    ##
    # @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 /cms


    ########## 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
    Geändert von brokkoli (21.08.2006 um 21:20 Uhr)

  2. #2
    Kommt häufiger vorbei
    Registriert seit
    07.11.2003
    Beiträge
    269
    Bedankte sich
    2
    Erhielt 82 Danksagungen
    in 80 Beiträgen

    Standard mod_rewrite

    Unterstützt dein Hoster das einschalten und konfigurieren von mod_rewrite(Apache Modul) über die htaccess.

    Wenn nicht, ist das Verhalten von deinem Joomla typisch.

    Ich tippe also, dass du mod_rewrite nicht nutzen kannst.

  3. #3
    Neu an Board
    Registriert seit
    01.08.2006
    Beiträge
    47
    Bedankte sich
    9
    Erhielt 2 Danksagungen
    in 2 Beiträgen

    Standard

    bin bei 1und1.
    habe in einem handbuch was über die mod_rewrite gelesen,das müsste gehen.
    daran kann es eigentlich nicht liegen.

  4. #4
    Moderator Avatar von cybergurk
    Registriert seit
    06.07.2005
    Ort
    unwichtig
    Beiträge
    8.732
    Bedankte sich
    190
    Erhielt 2.685 Danksagungen
    in 2.066 Beiträgen

    Standard

    Moin,
    oben schreibst du CMS also gross unten?
    RewriteBase /cms
    Wenn du extensionen drin hast musst du die Standards mit Raute/# deaktivieren und die 3rd aktivieren, vielleicht hilft das ja evtl..
    #
    #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
    bzw. auch das mal probieren, je nachdem und wir schauen weiter

    RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
    Gruß Achim
    Behandle deine Mitmenschen genau so, wie du gerne behandelt werden möchtest.
    www.cybergurke.de | www.filmanleitungen.de | www.joomla-tutorials.de | www.easy-joomla.org

  5. Erhielt Danksagungen von:


  6. #5
    Neu an Board
    Registriert seit
    01.08.2006
    Beiträge
    47
    Bedankte sich
    9
    Erhielt 2 Danksagungen
    in 2 Beiträgen

    Standard

    Klasse !
    Also wärst du ne Frau würd ich dich knutschen

    hat genau so geklappt.

  7. #6
    Neu an Board
    Registriert seit
    01.08.2006
    Beiträge
    47
    Bedankte sich
    9
    Erhielt 2 Danksagungen
    in 2 Beiträgen

    Standard

    allerdings funktioniert meine awesom komponente nicht mehr.
    liegt das daran ?

    Wenn ich jetzt eine CD anklicke kommt eine Fehlermeldung:
    Fatal error: Call to a member function on a non-object in /homepages/30/d86698815/htdocs/cms/components/com_awesom/templates_c/%%0B^0B4^0B4EE146%%itemsinlist.tpl.php on line 46

    ok, alles klar - hab das problem geknackt.

    man muss in der config von awesom
    HTML und UTF8 einstellen.

  8. #7
    Kommt häufiger vorbei Avatar von Reimi
    Registriert seit
    22.07.2005
    Beiträge
    334
    Bedankte sich
    21
    Erhielt 28 Danksagungen
    in 28 Beiträgen

    Standard selbes problem

    Ich habe genau dasselbe Problem!

    jeder andere menüpunkt wird nicht gefunden??
    Code:
    Not Found
    The requested URL /content/view/5/26/ was not found on this server.
    der Inhalt meiner htaccess sieht folgend aus ( habe schon alle möglichen kombinationen Probiert (rewrite base auskommentieren usw.):
    Code:
    ##  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
    ich verwende keine erweiterungen und joomla liegt im root verzeichnis (domain.net/index.php) !

    Ich habe den Support gebeten mod_rewrite zu aktivieren und angeblich ist es aktiviert. kann ich das nachprüfen? in einem Thread hab ich gelesen unter "loaded modules" nur das finde ich nirgends.

    Lg Reimi

    Versuche schon seit Sonntag das hinzubekommen (hab auch schon extensions ausprobiert aber das geht dann noch weniger

  9. #8
    Moderator Avatar von cybergurk
    Registriert seit
    06.07.2005
    Ort
    unwichtig
    Beiträge
    8.732
    Bedankte sich
    190
    Erhielt 2.685 Danksagungen
    in 2.066 Beiträgen

    Standard

    Moin,
    SEO ist aber im Backend eingeschaltet? und du hast wirklich keine 3rd installiert? und Joomla liegt im Root? Hm dann brauchst das hier nicht aktivieren

    RewriteBase /
    ändern in
    #RewriteBase /
    aber ob das hilft?, kann sonst auf den ersten Blick nix sehen, falls obiges zutrifft, verwendest du noch etwas? OpenSEF oder ähnliches?
    Gruß Achim
    Behandle deine Mitmenschen genau so, wie du gerne behandelt werden möchtest.
    www.cybergurke.de | www.filmanleitungen.de | www.joomla-tutorials.de | www.easy-joomla.org

  10. #9
    Kommt häufiger vorbei Avatar von Reimi
    Registriert seit
    22.07.2005
    Beiträge
    334
    Bedankte sich
    21
    Erhielt 28 Danksagungen
    in 28 Beiträgen

    Standard

    ok rewrite base ist auskommentiert... ändert leider nichts an der Sache :(
    Ich habe opensef und die 404 componente installiert gehabt. aber sind deinstalliert.
    Search Engine Friendly URLs: => Ja und htaccess ist auch umbenannt ...

    Ich bin bei top-hoster.de falls das weiterhilft.

    lg Reimi

  11. #10
    Verbringt hier viel Zeit Avatar von saardaniel
    Registriert seit
    10.08.2005
    Beiträge
    521
    Bedankte sich
    22
    Erhielt 7 Danksagungen
    in 6 Beiträgen

    Standard

    Hallo alle,

    eine Seite läuft mit openSEF , warum auch immer.
    Nun daselbe Problem:

    SEF von Joomla aktiviert und vorher die htaccess umbenannt.
    Dann openSEF installiert und aktiviert.

    Dann kommen Fehlermeldungen "seite kann nicht gefunden werden..."

    Habe ich etwas vergessen ?
    Laut Apache-Admin ist mod_rewrite aktiviert.

    Wenn ich nur das Joomla-SEF benutze geht es.
    Nur habe ich dann im Adressfeld eben keine .html Dateien.

    Grüße,
    Daniel

+ Antworten
Seite 1 von 2 1 2 LetzteLetzte

Ähnliche Themen

  1. Anmelden auf Seite A, automatisch auch auf Seite B angemeldet
    Von B-sides_Shade im Forum Joomla Anfänger
    Antworten: 3
    Letzter Beitrag: 04.08.2006, 12:49
  2. Erstellen einer Seite
    Von apollon85 im Forum Joomla Anfänger
    Antworten: 2
    Letzter Beitrag: 19.06.2006, 06:43
  3. htaccess und direkte Weiterleitung in Unterordner
    Von Trulli im Forum Allgemeine Fragen zu Mambo
    Antworten: 2
    Letzter Beitrag: 07.11.2005, 23:05
  4. Seite existiert nicht
    Von BommelS im Forum Allgemeine Fragen zu Mambo
    Antworten: 4
    Letzter Beitrag: 20.10.2005, 06:38
  5. Antworten: 2
    Letzter Beitrag: 12.03.2005, 20:02

Lesezeichen

Berechtigungen

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