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

Thema: .htaccess SEO bei all-inkl

  1. #1
    Neu an Board
    Registriert seit
    12.11.2005
    Beiträge
    31
    Bedankte sich
    1
    1 Danksagung in 1 Beitrag

    Frage .htaccess SEO bei all-inkl

    Hallo Leute,

    ich versuche gerade bei meinen Provider all-inkl.de die Search Engine Friendly URLs zum laufen zu bekommen. Die Startseite kommt, aber beim klick auf einem Menüpunkt erscheint folgende Fehlermeldung

    Code:
    Not Found
    The requested URL /joomla/content/view/27/51/ was not found on this server.
    Apache/1.3.27 Server at www.florian-fastner.com Port 80
    Meine .htaccess sieht wie folgt aus:

    Code:
    Redirect permanent /index.php http://www.florian-fastner.com/joomla/index.php
    
    AddHandler php-fastcgi .php .php4
    
    ##
    # @version $Id: htaccess.txt 2368 2006-02-14 17:40:02Z 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 /www/htdocs/v142578/joomla
    
    
    ########## Begin Standard SEF Section
    ## 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 Standard SEF Section
    
    
    ########## Begin 3rd Party or Core SEF Section
    #
    #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 or Core SEF Section
    Ich Spiele jetzt schon eine Weile herum, aber ich bekomme es einfach nicht zum laufen. Ich wäre wirklich sehr dankbar wenn ein Profi kurz drüber schauen könnte, und mir einen heißten Tipp gibt. Evtl. liegts ja auch am Provider?!?!

    Danke

    Flo
    Geändert von spiceflo (13.05.2006 um 15:38 Uhr)

  2. #2
    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

    Folgendes, bin auch dort

    nim mal folgendes raus, das Löschen
    Redirect permanent /index.php http://www.florian-fastner.com/joomla/index.php
    Addhandler muss ganz oben stehen....mehr dazu per PM wenn du magst.... ansonsten lasse das weg bitte...

    davor eine raute setzen #
    Options FollowSymLinks
    Nur RewriteBase /joomla
    RewriteBase /www/htdocs/v142578/joomla
    probiers auch mal so bitte ohne das RewriteBase /also raute davor #
    #RewriteBase /
    auch mal hier schauen, verät sehr viel http://www.script-test.de/anleitunge...bereitung.html siehe Signatur
    Geändert von cybergurk (08.05.2006 um 23:16 Uhr)
    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

  3. #3
    Neu an Board
    Registriert seit
    12.11.2005
    Beiträge
    31
    Bedankte sich
    1
    1 Danksagung in 1 Beitrag

    Frage

    Hi Achim,

    danke für die schnelle (und nächtliche :-)) Antwort.

    Wenn ich den permanent Redirect rausnehmen, kommt nichtmal mehr die Startseite

    Code:
     403 Forbidden
    You don't have permission to access / on this server.
    
    Apache/1.3.27 Server at www.florian-fastner.com Port 80
    Meine .htaccess sieht jetzt wie folgt aus:

    Code:
    AddHandler php-fastcgi .php .php4
    
    #Redirect permanent /index.php http://www.florian-fastner.com/joomla/index.php
    
    
    
    ##
    # @version $Id: htaccess.txt 2368 2006-02-14 17:40:02Z 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 /joomla
    
    
    ########## Begin Standard SEF Section
    ## 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 Standard SEF Section
    
    
    ########## Begin 3rd Party or Core SEF Section
    #
    #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 or Core SEF Section

  4. #4
    Neu an Board
    Registriert seit
    12.11.2005
    Beiträge
    31
    Bedankte sich
    1
    1 Danksagung in 1 Beitrag

    Unglücklich

    Sorry Leute wenn ich mich selbst pushe, aber ich komme einfach nicht weiter. Was ich auch probiere es erscheint einfache

    Code:
    403
    
    Forbidden
    You don't have permission to access / on this server.
    
    Apache/1.3.27 Server at www.florian-fastner.com Port 80
    Hier nochmal meine Einstellungen:

    - Joomla liegt bei mir im Verzeichnis /joomla
    - die .htaccess seht ihr in meinem vorigen Beitrag
    - .htaccess liegt im Root
    - nutze Joomla 1.0.8

    Schonmal vielen Dank!

    Flo

  5. #5
    Verbringt hier viel Zeit
    Registriert seit
    15.06.2005
    Beiträge
    944
    Bedankte sich
    44
    Erhielt 209 Danksagungen
    in 188 Beiträgen

    Standard

    Ich habe bei mir (auch all-inkl) einfach die .htaccess simple version, die auf dem open SEF Forum empfohlen wurde, reingesetzt und das funktioniert prima:

    Code:
    ## OpenSEF plain htaccess file
    
    ## Can be commented out if causes errors
    Options FollowSymLinks
    
    ## mod_rewrite in use
    RewriteEngine On
    
    ## If Joomla is installed in the web server root
    ## RewriteBase /
    ## If Joomla is installed in a sub-directory
    ## RewriteBase /directory_name_here
    RewriteBase /
    
    ## Begin 3rd Party or OpenSEF Section
    ##
    #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 or OpenSEF Section

    Du müßtest dann bei dir bei rewrite base nur noch /joomla dahinter machen (nicht den absoluten Pfad wie in deiner htaccess), also nur
    RewriteBase /joomla

  6. #6
    Neu an Board
    Registriert seit
    12.11.2005
    Beiträge
    31
    Bedankte sich
    1
    1 Danksagung in 1 Beitrag

    Standard

    Hi bluecafe,

    erstmal danke für die Antwort, aber es funktioniert leider immer noch nicht

    Ich kapier das nicht. Viel falsch machen kann ich doch garnicht und der Webspace sollte ja der gleiche sein.

    So sieht meine .htaccess aus:

    Code:
    AddHandler php-fastcgi .php .php4
    
    ## OpenSEF plain htaccess file
    
    ## Can be commented out if causes errors
    Options FollowSymLinks
    
    ## mod_rewrite in use
    RewriteEngine On
    
    ## If Joomla is installed in the web server root
    ## RewriteBase /
    ## If Joomla is installed in a sub-directory
    ## RewriteBase /directory_name_here
    RewriteBase /joomla
    
    ## Begin 3rd Party or OpenSEF Section
    ##
    #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 or OpenSEF Section
    Im Adminbereich ist "Search Engine Friendly URLs:" auf ja und das müsste es doch gewesen sein.

    Die .htaccess liegt bei mir im Root Verzeichnis (stimmt doch auch?) und all-inkl hat mir bestätigt das mod_rewrite aktiv ist.

    Und meine Seite Feuerwehr Seite sieht immer noch so aus:

    [CODE]Forbidden
    You don't have permission to access / on this server.

    Apache/1.3.27 Server at www.florian-fastner.com Port 80[CODE]

    Ich weiß echt nicht mehr weiter? Gibts ne Möglichkeit bei der Fehlersuche irgendwie sinnvoll vorzugehen?

    Vielen Dank

    Flo

  7. #7
    Kommt häufiger vorbei Avatar von havanna
    Registriert seit
    01.11.2005
    Beiträge
    435
    Bedankte sich
    0
    Erhielt 143 Danksagungen
    in 122 Beiträgen

    Standard

    Zitat Zitat von spiceflo
    Sorry Leute wenn ich mich selbst pushe, aber ich komme einfach nicht weiter. Was ich auch probiere es erscheint einfache

    Code:
    403
    
    Forbidden You don't have permission to access / on this server.
    
    Apache/1.3.27 Server at www.florian-fastner.com Port 80
    Hier nochmal meine Einstellungen:

    - Joomla liegt bei mir im Verzeichnis /joomla
    - die .htaccess seht ihr in meinem vorigen Beitrag
    - .htaccess liegt im Root
    - nutze Joomla 1.0.8
    Lege deine .htaccess in das Verzeichnis /joomla. Da gehört es hin und aktiviere die Zeile
    Code:
    RewriteBase /joomla
    wieder.

    In das Root-Verzeichnis legst du eine .htaccess Datei mit der einen Zeilet:
    Code:
    RedirectMatch permanent ^/$ /joomla
    cu havanna

  8. Erhielt Danksagungen von:


  9. #8
    Neu an Board
    Registriert seit
    12.11.2005
    Beiträge
    31
    Bedankte sich
    1
    1 Danksagung in 1 Beitrag

    Ausrufezeichen

    Danke Havanna, Du musst Gott sein es geht :-)

    Und noch mal für alle die genau so doof sind wie ich und ewig nicht weiterkommen!

    Meine Joomla ist im Unterverzeichnis /joomla und ich verwende 2 .htaccess !!

    Eine liegt im Rootverzeichnis (also /) und zeigt auf /joomla, die andere liegt im Joomla Verzeichnis!

    Vielen Dank!

    Flo

  10. Erhielt Danksagungen von:


  11. #9
    War schon öfter hier Avatar von matrix
    Registriert seit
    16.09.2005
    Beiträge
    159
    Bedankte sich
    38
    Erhielt 5 Danksagungen
    in 5 Beiträgen

    Standard

    hi
    ich hab die gleiche konstellation - bin aber totaler newbee.
    kannst du das vorgehen rasch genau beschreiben?
    wie aktiviere ich die zeile bei "rewrite"? - ist hier die raute zu löschen?
    die .htacces im root - muss die auch alles enthalten?
    hab's mal auf verschiedene varianten ausprobiert - bleibe aber nach der umstellung immer aussen vor.
    vielen dank und gruss
    matrix

  12. #10
    Kommt häufiger vorbei Avatar von cosmo131
    Registriert seit
    13.07.2006
    Ort
    Berlin
    Alter
    34
    Beiträge
    258
    Bedankte sich
    19
    Erhielt 16 Danksagungen
    in 14 Beiträgen

    Standard

    Nabend,

    bin auch bei all-inkl.com, hab aber keine Probleme bis jetzt.

    MfG, Cosmo
    PLANET THAILAND Adventure Touren und Sport in Thailand.

+ Antworten
Seite 1 von 2 1 2 LetzteLetzte

Ähnliche Themen

  1. .htaccess und SEF, SEO
    Von Bastler im Forum Allgemeine Fragen zu Mambo
    Antworten: 9
    Letzter Beitrag: 24.11.2007, 10:03
  2. Fehler 404 nach openSEF - .htaccess falsch?
    Von Jensa im Forum Joomla Anfänger
    Antworten: 14
    Letzter Beitrag: 18.05.2006, 18:17
  3. SEO Problem auch bei 1.0.7
    Von AlexB im Forum Allgemeine Fragen zu Joomla
    Antworten: 32
    Letzter Beitrag: 04.05.2006, 18:05
  4. RSS FEED und SEO Problem
    Von cyberdude2 im Forum Allgemeine Fragen zu Joomla
    Antworten: 1
    Letzter Beitrag: 10.03.2006, 13:00
  5. SEO und mod rewrite bei domainfactory
    Von majabor im Forum Allgemeine Fragen zu Mambo
    Antworten: 0
    Letzter Beitrag: 27.08.2005, 22:11

Lesezeichen

Berechtigungen

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