vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO 3.2.0 Patch Release für vB 3.8 vBSEO Total Support Team nutzt neues Supportsystem vBSEO 3.2.0 GOLD wurde freigegeben Erfolg mit vBSEO = 600ehr Web-Besucher + $1400 in einem Tag! Crawlability Inc. beantragt Patent für SEO Technologie
se sw

301 fügt ?vbseourl= mit an

This is a discussion on 301 fügt ?vbseourl= mit an within the Deutsch forums, part of the General Discussion category; Hallo, ich habe eine 301 Weiterleitung in meiner .htaccess eingerichtet und nun wird bei einer Weiterleitung ein ?vbseourl= am Schluss ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > General Discussion > Deutsch

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 11-03-2006, 12:00 PM
Senior Member
 
Real Name: Antoine Monot, Jr.
Join Date: Nov 2005
Location: Zurich, Switzerland
Posts: 140
Send a message via Skype™ to Junior
301 fügt ?vbseourl= mit an

Hallo,

ich habe eine 301 Weiterleitung in meiner .htaccess eingerichtet und nun wird bei einer Weiterleitung ein ?vbseourl= am Schluss mit drangehängt.

Hier meine .htaccess

Code:
Redirect permanent /forum/typo3-mitglied http://www.typo3forum.net/forum/members
Redirect permanent /typo3-3-8-x-installation-und http://www.typo3forum.net/forum/typo3-3-x-installation-und-updates
Redirect permanent /typo3-3-8-x-fragen http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/
Redirect permanent /typo3-3-8-x-probleme http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/
Redirect permanent /typo3-3-7-x-installation-und http://www.typo3forum.net/forum/typo3-3-x-installation-und-updates
Redirect permanent /typo3-3-7-x-fragen http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/
Redirect permanent /typo3-3-7-x-probleme http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/
Redirect permanent /typo3-3-6-x http://www.typo3forum.net/forum/typo3-3-x-installation-und-updates/
Redirect permanent /typo3-3-6-x-installation-und http://www.typo3forum.net/forum/typo3-3-x-installation-und-updates
Redirect permanent /typo3-3-6-x-fragen http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/
Redirect permanent /typo3-3-6-x-probleme http://www.typo3forum.net/forum/typo3-3-x-fragen-und-probleme/
Redirect permanent /news-tt_news-mininews-und-co http://www.typo3forum.net/forum/news-tt_news-mininews-und-co
Redirect permanent /shop http://www.typo3forum.net/forum/shop
Redirect permanent /templavoila http://www.typo3forum.net/forum/templavoila
Redirect permanent /alle-anderen-extensions http://www.typo3forum.net/forum/alle-anderen-extensions
Redirect permanent /extension-suchen-und-neue-vorschlagen http://www.typo3forum.net/forum/extension-suchen-und-neue-vorschlagen
Redirect permanent /extension-modifizieren-oder-neu-erstellen http://www.typo3forum.net/forum/extension-modifizieren-oder-neu-erstellen
Redirect permanent /entwicklungsteams http://www.typo3forum.net/forum/entwicklungsteams
Redirect permanent /gmenu-hmenu-tmenu-und-co http://www.typo3forum.net/forum/gmenu-hmenu-tmenu-und-co
Redirect permanent /html-css http://www.typo3forum.net/forum/html-css
Redirect permanent /barrierefreiheit http://www.typo3forum.net/forum/barrierefreiheit
Redirect permanent /deine-typo3-projekte http://www.typo3forum.net/forum/deine-typo3-projekte
Redirect permanent /typo3-jobs http://www.typo3forum.net/forum/typo3-jobs
Redirect permanent /typo3-provider http://www.typo3forum.net/forum/typo3-provider
Redirect permanent /typo3-forum-news http://www.typo3forum.net/forum/typo3-forum-news
Redirect permanent /forum-bar http://www.typo3forum.net/forum/forum-bar
Redirect permanent /anderungen http://www.typo3forum.net/forum/anderungen
Redirect permanent /typo3-forum-alpha http://www.typo3forum.net/forum/typo3-forum-alpha
Redirect permanent /moderatoren http://www.typo3forum.net/forum/moderatoren
Redirect permanent /admins http://www.typo3forum.net/forum/admins
Redirect permanent /typo3-extensions http://www.typo3forum.net/forum/typo3-extensions
Redirect permanent /typo3-menu http://www.typo3forum.net/forum/typo3-menu
Redirect permanent /typo3-mitglied http://www.typo3forum.net/forum/typo3-mitglied
Redirect permanent /external.php http://www.typo3forum.net/forum/external.php?type=rss
Redirect permanent /search.php http://www.typo3forum.net/forum/search.php
Redirect permanent /forum/typo3-4-0-x-installation-und http://www.typo3forum.net/forum/typo3-4-x-installation-und-updates/

### Begin: Rewrite stuff ###

# Enable URL rewriting
RewriteEngine On

#Jetzt wird die Standarddomain festgelegt
RewriteCond %{HTTP_HOST} !^www.typo3forum.net$
RewriteRule ^(.*)$ http://www.typo3forum.net/$1 [L,R=301]

# To assist in debugging rewriting, you could use these lines
# DON'T enable it for production!
# This will only work in httpd.conf, not in .htaccess files
#RewriteLog /var/log/apache/rewrite.log
#RewriteLogLevel 9

# If you use the RealUrl extension, then you'll have to enable the next line.
# You will have to change this path if your TYPO3 installation is located
# in a subdirectory of the website root.
# 
# If you place this in httpd.conf, you cannot use this directive in any case!
#RewriteBase /

# Stop rewrite processing if we are in the typo3/ directory
# For httpd.conf, use this line instead of the next one:
# RewriteRule ^/TYPO3root/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/ - [L]
RewriteRule ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/ - [L]

# Redirect http://mysite/typo3 to http://mysite/typo3/index_re.php
# and stop the rewrite processing
# For httpd.conf, use this line instead of the next one:
# RewriteRule ^/TYPO3root/typo3$ /TYPO3root/typo3/index.php [L]
RewriteRule ^typo3$ typo3/index_re.php [L]

# If the file/symlink/directory does not exist => Redirect to index.php
# Important note: If you copy/paste this into httpd.conf instead
# of .htaccess you will need to add '%{DOCUMENT_ROOT}' left to each
# '%{REQUEST_FILENAME}' part.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

# Main URL rewriting.

# If you use Windows and SimulateStaticDocuments do not work, try adding a
# slash (/) right before 'index.php' below.

# The example shows how to rewrite only *.html and *.pdf files to index.php
# This may be helpful when using an extension that can generate PDF files
# on the fly.
# Example: RewriteRule .*\.(html|pdf)$ index.php [L]

# For httpd.conf, use this line instead of the next one that has no '#':
# RewriteRule .* /TYPO3root/index.php [L]

# For use with the RealUrl extension, you might need to remove the
# RewriteBase directive somewhere above and use this line instead of the
# next one:
# RewriteRule .* /index.php [L]

RewriteRule .* index.php [L]

### End: Rewrite stuff ###
Dier erste Zeile des Codes

Code:
Redirect permanent /forum/typo3-mitglied http://www.typo3forum.net/forum/members
wird zu

HTML Code:
http://www.typo3forum.net/forum/members/daniel.html?vbseourl=typo3-mitglied/daniel.html
Folgendes habe ich ausprobiert, hat aber nicht geholfen:

Code:
RewriteRule ^forum/typo3-mitglied$ http://www.typo3forum.net/forum/members [L,R=301]
Vielen Dank für die Hilfe!

Lieben Gruss

Junior
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 11-03-2006, 02:10 PM
Philipp Herbers's Avatar
vBSEO Staff
 
Real Name: Philipp Herbers
Join Date: Sep 2005
Location: Meppen, Germany
Posts: 5,592
Hallo,

das erste was mir auffällt ist, dass deine Rewrite Regeln vor Rewrite Engine On steht.
Dies solltest du ändern.
Ich werde deine Frage weitergeben
__________________
Philipp Herbers / Crawlability Inc.
Support Team gibt neues Supportsystem frei Verbesserter Support für unsere Kunden

vBSEO 3.2.0 freigegeben - Maximale Optimierung für Ihren Web-Traffic! Über 100 weitere SEO Optimierungen

6X Traffic - $1400 in einem Tag durch vBSEO! Stellen Sie sich vor, was die patentierte vBSEO Technologie für Sie tun kann.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 11-03-2006, 05:03 PM
Philipp Herbers's Avatar
vBSEO Staff
 
Real Name: Philipp Herbers
Join Date: Sep 2005
Location: Meppen, Germany
Posts: 5,592
Hey,

dein Problem kann folgendermassen gelöst werden. Du solltest generell keine Redirects sondern Rewrite Regeln nutzen.

Beispiel:

folgenden Redirect
Code:
Redirect permanent /admins TYPO3 forum.net 

mit folgender Regel ersetzen:

Code:
RewriteRule admins$ TYPO3 forum.net [L,R=301]

usw.
__________________
Philipp Herbers / Crawlability Inc.
Support Team gibt neues Supportsystem frei Verbesserter Support für unsere Kunden

vBSEO 3.2.0 freigegeben - Maximale Optimierung für Ihren Web-Traffic! Über 100 weitere SEO Optimierungen

6X Traffic - $1400 in einem Tag durch vBSEO! Stellen Sie sich vor, was die patentierte vBSEO Technologie für Sie tun kann.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 11-09-2006, 07:06 AM
Senior Member
 
Real Name: Antoine Monot, Jr.
Join Date: Nov 2005
Location: Zurich, Switzerland
Posts: 140
Send a message via Skype™ to Junior
Vielen Dank, ich setze die Anregungen gerade um. Wie aber schreibe ich dieses Zeichen #, also einen Anker um?

Ich habe folgende Rule

Quote:
RewriteRule faq.php$ http://www.domain.tld/forum/#anker [L,R=301]
Ds Ergebnis ist jedoch:

Danke und lieben Gruss
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 11-16-2006, 05:05 AM
Senior Member
 
Real Name: Antoine Monot, Jr.
Join Date: Nov 2005
Location: Zurich, Switzerland
Posts: 140
Send a message via Skype™ to Junior
Weiss das niemand?

Ich versuche jetzt die Redirects in meiner vbseocp.php umsetzen, vielleicht ist das ja einfacher. Aber auch das funktioniert nicht. Diese Zeile hier hat überhaupt keine Auswirkungen:

Quote:
'forum/installation-updates-(\d+)'=>'forum/faq-installation-updates'

Was mache ich falsch?

Lieben Gruss
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 11-16-2006, 03:18 PM
Philipp Herbers's Avatar
vBSEO Staff
 
Real Name: Philipp Herbers
Join Date: Sep 2005
Location: Meppen, Germany
Posts: 5,592
Hey Antonie,

ich meld mich
__________________
Philipp Herbers / Crawlability Inc.
Support Team gibt neues Supportsystem frei Verbesserter Support für unsere Kunden

vBSEO 3.2.0 freigegeben - Maximale Optimierung für Ihren Web-Traffic! Über 100 weitere SEO Optimierungen

6X Traffic - $1400 in einem Tag durch vBSEO! Stellen Sie sich vor, was die patentierte vBSEO Technologie für Sie tun kann.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 11-17-2006, 02:57 PM
Philipp Herbers's Avatar
vBSEO Staff
 
Real Name: Philipp Herbers
Join Date: Sep 2005
Location: Meppen, Germany
Posts: 5,592
Hey,

Anker sind kein Bestandteil der eigentlichen URL. Somit ist es leider nicht möglich, sie umzuleiten oder anzupassen
__________________
Philipp Herbers / Crawlability Inc.
Support Team gibt neues Supportsystem frei Verbesserter Support für unsere Kunden

vBSEO 3.2.0 freigegeben - Maximale Optimierung für Ihren Web-Traffic! Über 100 weitere SEO Optimierungen

6X Traffic - $1400 in einem Tag durch vBSEO! Stellen Sie sich vor, was die patentierte vBSEO Technologie für Sie tun kann.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 11-20-2006, 04:04 AM
Senior Member
 
Real Name: Antoine Monot, Jr.
Join Date: Nov 2005
Location: Zurich, Switzerland
Posts: 140
Send a message via Skype™ to Junior
Quote:
Originally Posted by Junior View Post
Weiss das niemand?

Ich versuche jetzt die Redirects in meiner vbseocp.php umsetzen, vielleicht ist das ja einfacher. Aber auch das funktioniert nicht. Diese Zeile hier hat überhaupt keine Auswirkungen:




Was mache ich falsch?

Lieben Gruss
Hast du dazu auch noch Infos? Oder jemand anderes?

Quote:
Originally Posted by Philipp Herbers View Post
Hey,

Anker sind kein Bestandteil der eigentlichen URL. Somit ist es leider nicht möglich, sie umzuleiten oder anzupassen
Klasse, vielen Dank!!

... und lieben Gruss

Junior
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 11-20-2006, 02:07 PM
Philipp Herbers's Avatar
vBSEO Staff
 
Real Name: Philipp Herbers
Join Date: Sep 2005
Location: Meppen, Germany
Posts: 5,592
Hey,

probiere o.g. Regel bitte ohne /forum
__________________
Philipp Herbers / Crawlability Inc.
Support Team gibt neues Supportsystem frei Verbesserter Support für unsere Kunden

vBSEO 3.2.0 freigegeben - Maximale Optimierung für Ihren Web-Traffic! Über 100 weitere SEO Optimierungen

6X Traffic - $1400 in einem Tag durch vBSEO! Stellen Sie sich vor, was die patentierte vBSEO Technologie für Sie tun kann.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
301 rewrites +?vbseourl= n8_115 General Discussion 5 08-07-2006 09:00 PM
Problem mit der .htaccess rike1 Deutsch 2 07-29-2006 07:19 AM
Probleme mit 2 Erweiterungen Jesse69 Deutsch 13 04-15-2006 07:57 AM
301 homepage Ashley General Discussion 2 02-15-2006 06:34 AM
Firefox mit Google-Toolbar: Rechtschreibprüfung funktioniert mit vBSEO nicht rike1 Deutsch 0 12-19-2005 07:24 AM


All times are GMT -4. The time now is 12:35 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.