Unterseiten nicht aufrufbar

  • Da ist schon der Fehler.

    Du hast keine v2! -> Daher ist dieser Beitrag verschoben worden. Das hier ist die v2.
    Und die .htaccess wird für die SEO-URLs dringends benötigt!

  • Ohh dan hab ich mich vertan.

    Warum ist das in den Anleitungen nicht vermerkt das ich die brauche?
    Was muss da genau rein in die Datei?

  • Die .htaccess ist doch im Shop standardmäßig schon drin.
    Danach einloggen. Unter "Konfiguration / Metatags, Suchmaschinen- Suchmaschinenfreundliche URLs benutzen? auf True stellen. Dannach unter "xt-Module"
    DirectURL v3 starten.

    Gruß Rene

  • Shop noch einmal herunter laden und dann die Datei allein hochladen.
    Sollte dein Server das nicht akzeptieren die Datei in txt umbenennen, hochladen und auf dem Server wieder in .htaccess umbenennen.

    Gruß Rene

  • Ich würde mal Windows befragen ob auch versteckte Dateien angezeigt werden (Systemdateien anzeigen). Die Datei ist definitiv dabei.

  • Nun hab ich ein anderes problem bezüglich der DirectURL.
    Habe gestern meine Produkte Importiert.
    Jetzt wollte ich Indexierung und bekomme nach 30 sec folgende Fehlermeldung:

    Fatal error: Maximum execution time of 30 seconds exceeded in /xxx/xxx/xxxx/xxxx/inc/bluegate_seo.inc.php on line 767

    Davor hat es immer geklappt.
    .htaccess ist auch vorhanden.

  • Hi,

    habe ein Problem mit commerce-seo v. 1.0.5 : anscheinend habe ich die .htaccess im Rootverzeichnis überschrieben und kann meine Seo-Urls nicht mehr anzeigen lassen -> es wird immer die Startseite angezeigt. was kann ich jetzt tun? die seo-urls musste ich auf false stellen, damit die Unterseiten wieder angezeigt werden. Vielen Dank für Eure Hilfe!

  • Updaten?

    Oder einfach die version im Netz suchen und die .htaccess wieder reinnehmen. Weiß ja nicht was da drin war.

  • ...habe schon fleißig gesucht, aber nirgendwo eine Seite gefunden, auf der man commerce-seo v. 1.0.5 noch downloaden kann...



    weiß zufällig jemand, wo ich diese Version noch finden kann? bräuchte egtl. auch nur die main .htaccess ... vielen Dank!

  • Ich glaub, ich habe noch eine Version 1.05
    Meinst Du die .htacess im Wurzelverzeichnis? Das steht doch so gut wie nichts drin. Bei mir jedenfalls:

    # -----------------------------------------------------------------------------------------
    # $Id: .htaccess,v 1.2 2004/01/02 08:57:56 fanta2k Exp $
    #
    # XT-Commerce - community made shopping
    # http://www.xt-commerce.com
    #
    # Copyright (c) 2003 XT-Commerce
    # -----------------------------------------------------------------------------------------
    # based on:
    # (c) 2000-2001 The Exchange Project
    # (c) 2002-2003 osCommerce (.htaccess,v 1.1 2002/07/21); https://support.commerce-seo.de/www.oscommerce.com
    # (c) 2003 nextcommerce (.htaccess,v 1.1 2003/09/06); https://support.commerce-seo.de/www.nextcommerce.org
    #
    # Released under the GNU General Public License
    # -----------------------------------------------------------------------------------------
    # This is used with Apache WebServers
    #
    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers
    #
    # For this to work, you must include the parameter 'Limit' to the
    # AllowOverride configuration
    #
    # Example:
    #
    #<Directory "/usr/local/apache/htdocs">
    # AllowOverride Limit
    #</Directory>
    #
    # 'All' with also work. (This configuration is in your
    # apache/conf/httpd.conf file)www
    #php_flag register_globals off
    <IfModule mod_setenvif.c>
    <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*" \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    </IfDefine>
    </IfModule>

  • Oder meinst Du vielleicht diese hier. Habe ich aus der Version CSEO 1.06:

    # $Id: .htaccess,v 1.5 2005/05/19 17:09:19 Administrator Exp $
    #
    # This is used with Apache WebServers
    #
    # For this to work, you must include the parameter 'Options' to
    # the AllowOverride configuration
    #
    # Example:
    #
    #<Directory "/usr/local/apache/htdocs">
    # AllowOverride Options
    #</Directory>
    #
    # 'All' with also work. (This configuration is in the
    # apache/conf/httpd.conf file)
    # The following makes adjustments to the SSL protocol for Internet
    # Explorer browsers
    <IfModule mod_setenvif.c>
    <IfDefine SSL>
    SetEnvIf User-Agent ".*MSIE.*" \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    </IfDefine>
    </IfModule>

    # Fix certain PHP values
    # (commented out by default to prevent errors occuring on certain
    # servers)
    #<IfModule mod_php4.c>
    # php_value session.use_trans_sid 0
    # php_value register_globals 1
    #</IfModule>

    #-- Call time pass reference error ?!
    #php_flag allow_call_time_pass_reference On
    <IfModule mod_rewrite.c>
    #-----------------------------------------
    #- SEO Hartmut König
    #-----------------------------------------
    #-- ! Comment this line, if you get an ERROR 500 !
    Options +FollowSymlinks
    #RewriteBase /shop

    # http://httpd.apache.org/docs/misc/rewriteguide.html
    RewriteEngine on

    #-- Sitemap
    RewriteRule ^sitemap(.*)\.html$ /shop_content.php?coID=8 [qsappend,L]

    ##-- Kategorien
    RewriteCond %{REQUEST_URI} (.*)---([_0-9]+)-([_0-9]+)\.html$
    RewriteRule (.*)---([_0-9]+)-([_0-9]+)\.html$ /index.php?cPath=$2&page=$3 [qsappend,L]
    RewriteCond %{REQUEST_URI} (.*)---([_0-9]+)\.html$
    RewriteRule (.*)---([_0-9]+)\.html$ /index.php?cPath=$2 [qsappend,L]

    ##-- Produkte
    RewriteRule (.*)--(.+)\.html$ /product_info.php?products_id=$2 [qsappend,L]

    ##-- Content
    RewriteRule (.*)-_-([0-9]+)\.html$ /shop_content.php?coID=$2 [qsappend,L]

    ##-- Manufacturers
    RewriteCond %{REQUEST_URI} (.*)-.-([_0-9]+)-([_0-9]+)\.html$
    RewriteRule (.*)-.-([_0-9]+)-([_0-9]+)\.html$ /index.php?manufacturers_id=$2&page=$3 [qsappend,L]
    RewriteCond %{REQUEST_URI} (.*)-.-([_0-9]+)\.html$
    RewriteRule (.*)-.-([0-9]+)\.html$ /index.php?manufacturers_id=$2 [qsappend,L]

    ##-- Fehlerseiten auf die Sitemap lotsen
    ErrorDocument 400 /sitemap.html?error=400
    ErrorDocument 401 /sitemap.html?error=401
    ErrorDocument 402 /sitemap.html?error=402
    ErrorDocument 403 /sitemap.html?error=403
    ErrorDocument 404 /sitemap.html?error=404
    ErrorDocument 500 /sitemap.html?error=500

    </IfModule>

  • Hi Ulli,

    vielen lieben Dank. die zweite hat funktioniert. Interessanterweise hatte ich noch einen Backup, wo aber glatt die Zeile <IfModule mod_rewrite.c> gefehlt hat - komisch.

    Jetzt läuft es auf jeden Fall wieder und ich bedanke mich recht herzlich!