Page 2 of 2 FirstFirst 1 2
Results 16 to 27 of 27

SEO für Link/Download Manager

This is a discussion on SEO für Link/Download Manager within the Deutsch forums, part of the General Discussion category; Poste hier mal deine .htaccess...

  1. #16
    Senior Member Array
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    1 times
    Poste hier mal deine .htaccess

  2. #17
    Member Array
    Real Name
    Windows-Tipps.com
    Join Date
    Feb 2010
    Posts
    89
    Liked
    0 times
    Ich habe an der htacess nie etwas geändert. Ist also Original. Hier mal der Inhalt

    Code:
     
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    RewriteBase /
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

  3. #18
    Senior Member Array Micky_1's Avatar
    Real Name
    Michael
    Join Date
    Jan 2009
    Posts
    306
    Liked
    0 times
    Hallo Jochen,

    so sollte es eigentlich funktionieren, Normal Mode

    HTML Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    RewriteBase /
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    
    # - normal mode
    #
    RewriteRule ^(.*)local_links/links/([^0-9].+)$	/$1$2 									[R,L]
    RewriteRule ^(.*)local_links/links/([0-9]+)$	/$1local_links.php?catid=$2 						[R,L]
    RewriteRule ^(.*)local_links/links/([0-9]+)/([0-9]+)$	/$1local_links.php?catid=$2&linkid=$3 				[R,L]
    RewriteRule ^(.*)local_links/jump/([0-9]+)/([0-9]+)$	/$1local_links.php?action=jump&id=$2&catid=$3 			[R,L]
    RewriteRule ^(.*)local_links/play/([0-9]+)/([0-9]+)$	/$1local_links.php?action=play&catid=$2&linkid=$3 		[R,L]
    RewriteRule ^(.*)local_links/links/([0-9]+)(\?page=[0-9]+)$	/$1local_links.php?catid=$2&page=$3	 		[R,L]
    RewriteRule ^(.*)local_links/play/([0-9]+)/([0-9]+)(\?page=[0-9]+)$	/$1local_links.php?action=play&catid=$2&linkid=$3&page=$4	[R,L]
    Oder wenn der SEO-Title mit rein soll

    HTML Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    RewriteBase /
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    
    # - seo title
    #
    RewriteRule ^(.*)seo_title(.*) 	/$1local_links$2
    RewriteRule ^(.*)/local_links/links/c-[^/]+-([0-9]+)$	/$1/local_links.php?catid=$2 					[R,L]
    RewriteRule ^(.*)/local_links/links/c-[^/]+-([0-9]+)/([0-9]+)$	/$1/local_links.php?catid=$2&linkid=$3 			[R,L]
    RewriteRule ^(.*)/local_links/jump/c-[^/]+-([0-9]+)/([0-9]+)$	/$1/local_links.php?action=jump&catid=$2&id=$3 		[R,L]
    RewriteRule ^(.*)/local_links/play/c-[^/]+-([0-9]+)/([0-9]+)$	/$1/local_links.php?action=play&catid=$2&linkid=$3 	[R,L]
    RewriteRule ^(.*)/local_links/links/c-[^/]+-([0-9]+)(\?page=[0-9]+)$	/$1/local_links.php?catid=$2&page=$3	 	[R,L]
    RewriteRule ^(.*)/local_links/play/c-[^/]+-([0-9]+)/([0-9]+)(\?page=[0-9]+)$	/$1/local_links.php?action=play&catid=$2&linkid=$3&page=$4	[R,L]
    Hast Du dasso schon versucht?

  4. #19
    Member Array
    Real Name
    Windows-Tipps.com
    Join Date
    Feb 2010
    Posts
    89
    Liked
    0 times
    Ich habe Deinen Vorschlag sowohl in der htaccess als auch in vbseo versucht. Der Link einer Download Kategorie sieht so aus

    Mit SEO Titel:
    http://www.windows-tipps.com/local_links.php?catid=2


    Es hat sich nichts verändert. Es würde schön aussehen, wenn z.B. nach der URL die Kategorie angezeigt würde und nicht /local_links.php?catid=2

    Danke für Deine mithilfe am Feiertag

    Jochen

  5. #20
    Senior Member Array Micky_1's Avatar
    Real Name
    Michael
    Join Date
    Jan 2009
    Posts
    306
    Liked
    0 times
    Hallo Jochen,
    was für Verzeichnisse hast Du denn für Link? Die Rewrite geht von links, jump und play aus.

  6. #21
    Junior Member Array
    Real Name
    Stephan
    Join Date
    May 2010
    Posts
    3
    Liked
    0 times
    Ich habe / hatte das gleiche Problem bis ich ein wenig rumgespielt habe

    vBSEOCP -> Benutzerdefinierte Rewrite Regeln

    Code:
    'local_links\.php\?catid=' => 'local_links/links/'
    Das ist nun für die Kategorien, ich versuche mich nun an den rest und gebe dir bescheid
    Code:
    local_links/links/23/
    ich melde mich sobald ich mehr weiss


    edit://

    Also, ich weiss leider nicht alle Funktionen von SEO, ich weiss nicht wie ich die ID'S "umwandeln" kann beispielweise der Link
    Code:
    local_links.php?action=ratelink&catid=23&linkid=13
    Wenn ich diesen nun SEO freundlich habe schreibe ich Links
    Code:
    local_links\.php\?action=ratelink&catid=23&linkid=13
    Jetzt weiss ich aber nicht wie ich das mit den ID'S mache auf der rechten seite, die 23 = Kategorie ID und 13 = ID des Download Eintrags
    Last edited by Daddelmania; 05-14-2010 at 06:37 AM.

  7. #22
    Member Array
    Real Name
    Windows-Tipps.com
    Join Date
    Feb 2010
    Posts
    89
    Liked
    0 times
    Danke Daddelmania,
    der erste Code macht die URL etwas schöner. Ideal wäre die Anzeige der Kategorie in der URL.

  8. #23
    Junior Member Array
    Real Name
    Stephan
    Join Date
    May 2010
    Posts
    3
    Liked
    0 times
    genau DA ist mein Problem, ich krieg es nicht wirklich hin und jetzt lasse ich es auch sein und gehe mich Fertig machen und Tanzen :>

    Ciao

  9. #24
    Senior Member Array
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    1 times
    Hallo Stephan,

    bitte sende mir doch die URL wo du vBSEO einsetzt.

    Du wirst momentan nicht als Kunde vom System anerkannt

  10. #25
    Junior Member Array
    Real Name
    Stephan
    Join Date
    May 2010
    Posts
    3
    Liked
    0 times
    Ich selber bin auch nicht der Käufer / Besitzer sondern lediglich als Hobbycoder unterwegs

  11. #26
    Member Array
    Real Name
    Windows-Tipps.com
    Join Date
    Feb 2010
    Posts
    89
    Liked
    0 times
    Im Tread des Entwicklers steht seit gestern, das er nach schwerer Krankheit verstorben ist. Somit wird wahrscheinlich keiner das Projekt weiterführen. Werde mich nach einer alternative umsehen müssen.

  12. #27
    Senior Member Array
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    1 times
    @ Stephan

    Dann wüßte ich jedoch gerne, wie du an eine vBSEO Kopie kommst

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Link Manager - Validation?
    By abroad in forum General Discussion
    Replies: 0
    Last Post: 11-17-2008, 10:55 AM
  2. My Links & Download Manager Custom Re-write rules
    By SemperFideles in forum Custom Rewrite Rules
    Replies: 1
    Last Post: 03-16-2008, 05:21 PM
  3. Links and Download Manager
    By SemperFideles in forum Custom Rewrite Rules
    Replies: 0
    Last Post: 09-10-2007, 10:21 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •