#76 (permalink)  
Old 09.06.2010, 09:08
Neuer Benutzer
 
Join Date: 10.2008
Location: Hessen
Posts: 20
Rep Power: 4
defkon is on a distinguished road
Hallo,

ich hab wie von dir geschrieben geändert, du leider funktioniert es nicht.

//'^index.php\?area=vbcmsarea_home$' => 'vbcms/'
//'^index.php\?do=morenews$' => 'vbcms/morenews'
'^index.php\?area=vbcmsarea_content&name=(.+)&cont entid=(\d+)$' => 'content/$1-$2.html'
'^index.php\?area=vbcmsarea_content&do=searchconte nt$' => 'content/search'
'^index.php\?area=vbcmsarea_links$' => 'links/'
'^index.php\?area=vbcmsarea_links&do=search&show=n ewlinks$' => 'links/newlinks'
'^vbcms.php\?area=vbcmsarea_links&do=search$' => 'links/search'
'^index.php\?area=vbcmsarea_links&do=showcat&name= (.+)&catid=(\d+)$' => 'links/$1-$2.html'
'^index.php\?area=vbcmsarea_links&do=showlinkentry &name=(.+)&linkid=(\d+)&catid=(\d+)$' => 'links/$1-$2-$3.html'
'^index.php\?area=vbcmsarea_links&do=showlinkentry &name=(.+)&linkid=(\d+)&catid=(\d+)&goto=lastco mme nt$' => 'links/$1-$2-$3-lastcomment.html'

Kannst du sagen was ich falsch mache?
Wollte ich gernwiessen wissen, ob es eine Möglichkeit gibt die Content Url`s im VBSEO Sitemap Generator einzubinden?

Viele Grüße
defkon
Reply With Quote
  #77 (permalink)  
Old 09.06.2010, 10:55
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Mach mir mal ein Zugang bitte.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #78 (permalink)  
Old 09.06.2010, 11:33
Neuer Benutzer
 
Join Date: 10.2008
Location: Hessen
Posts: 20
Rep Power: 4
defkon is on a distinguished road
Hallo Christian,

ich hab dir gerade die Zugangsdaten geschickt.

Viele Grüße
defkon
Reply With Quote
  #79 (permalink)  
Old 15.06.2010, 22:55
Franzis's Avatar
Benutzer
 
Join Date: 11.2007
Age: 46
Posts: 60
Rep Power: 5
Franzis is on a distinguished road
Quote:
Originally Posted by taeb.de View Post
dh. wenn ich das nochmals zusammenfassen darf:

1. Webroot hier kommt deine .htaccess rein mit folgendem Inhalt:

RewriteEngine On
#Options +Indexes
#Options +FollowSymLinks

#RewriteBase /



RewriteRule ^forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} forum/(admincp|modcp|clientscript|cpstyles|images|soap|s erver)/
RewriteRule ^(.*)$ $1 [L]

RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !chat
RewriteRule ^forum/(.*\.php)$ forum/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

RewriteRule ^forum/(archive/.*)$ forum/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^forum/(.+)$ forum/vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]


RewriteCond %{REQUEST_FILENAME} !forum/
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ forum/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]

2. ins Forumroot kommt die .htacces welche bei Vbseo mitgeliefert wurde:

# 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 / muss das hier aktiviert werden?

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com muss das hier editiert werden?
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] muss das hier editiert werden?

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]


3. Diese Zeilen kommen dann noch ins VBseocp unter den Menüpunkt "Benutzerdefinierte Rewrite Regeln":

/'^index.php\?area=vbcmsarea_home$' => 'vbcms/' muss das hier editiert werden?
/'^index.php\?do=morenews$' => 'vbcms/morenews' muss das hier editiert werden?
'index.php\?area=vbcmsarea_content&name=(.+)&conte ntid=(\d+)$' => 'content/$1-$2.html'
'index.php\?area=vbcmsarea_content&do=searchconten t$' => 'content/search'
'index.php\?area=vbcmsarea_links$' => 'links/'
'index.php\?area=vbcmsarea_links&do=showcat&catid= (\d+)$' => 'links/category-$1.html'
'index.php\?area=vbcmsarea_links&do=showlinkentry& linkid=(\d+)&catid=(\d+)$' => 'links/linkentry-$1-$2.html'
'index.php\?area=vbcmsarea_links&do=showlinkentry& linkid=(\d+)&catid=(\d+)&goto=lastcomment$' => 'links/linkentry-$1-$2-lastcomment.html'
'index.php\?area=vbcmsarea_links&do=search&show=ne wlinks$' => 'links/newlinks'
'index.php\?area=vbcmsarea_links&do=search$' => 'links/search'

4. Es wird im vbcmscp Contentbereich noch die "Seo Link aktivieren" aktiviert:

gehts dann ?

werde es jetzt mal ausprobieren.

Feedback kommt in 5min



Feedback: Alles scheint zu gehen - wenn aber Punkt 1 ins Spiel kommt kommt nur noch ein "Fehler 500"

Ist das für vB4 auch noch aktuell, speziell für die Suite in Verbindung mit vBSEO 3.5?

LG Franzis
__________________
www.suchtundselbsthilfe.de
Reply With Quote
  #80 (permalink)  
Old 16.06.2010, 17:14
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Ja so ist es.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #81 (permalink)  
Old 17.06.2010, 23:54
Franzis's Avatar
Benutzer
 
Join Date: 11.2007
Age: 46
Posts: 60
Rep Power: 5
Franzis is on a distinguished road
Was besagt das hier:
Quote:
RewriteCond %{REQUEST_FILENAME} !chat

Also chat??

Ansonsten danke Christian

LG Franzis



edit:
Jetzt hab ich doch irgendwie nen Fehler
Wenn ich in der Linkliste z.B. den Style wechsle, dann kommt ==> Page not found

Mache ich die Seite zu, öffne die neu, dann kommts mit dem neuen Style und funktioniert.

*Kopf kratz* was könnte das sein?
__________________
www.suchtundselbsthilfe.de

Last edited by Franzis : 18.06.2010 at 00:09. Reason: Fehler hinzugefügt!
Reply With Quote
  #82 (permalink)  
Old 27.07.2010, 21:26
mongobart's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2008
Posts: 369
Rep Power: 5
mongobart is on a distinguished road
Gibt es was neues?
__________________
Reply With Quote
  #83 (permalink)  
Old 28.07.2010, 17:47
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Quote:
Originally Posted by mongobart View Post
Gibt es was neues?

Wieso geht die Rules nicht mehr?
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #84 (permalink)  
Old 16.09.2010, 17:32
spritman's Avatar
Benutzer
 
Join Date: 07.2009
Posts: 46
Rep Power: 3
spritman is on a distinguished road
Irgendwie habe ich das Gefühl Google will nicht die vbcms indizieren habe die Rules genommen und ins Vbseocp eingetragen

so

Quote:
//================================================== ========================
// Sample Custom Rewrite Rule: showgroup.php as forumleaders.html (Remove the '//' in front of the rule to enable).
//================================================== ========================
//'^showgroups\.php$' => 'forumleaders.html'

//================================================== ========================
// Sample Custom Rewrite Rules: calendar as static pages (Remove the '//' in front of the rules to enable).
// Note: Enable the calendar dropdown redirect rule within the 'Custom Redirects' tab at the left.
//================================================== ========================
//'calendar\.php$' => 'calendar/'
//'^calendar\.php\?c=1$' => 'calendar/'
//'^calendar\.php\?(c=1&)?do=(display\w+?)(&year=)?$ ' => 'calendar/$2/[NF]'
//'calendar\.php\?(c=1&)?nojs=1' => 'calendar/nojs/[NF]'
//'calendar\.php\?(c=1&)?do=(display.+?)&nojs=1' => 'calendar/$2/nojs/[NF]'
//'calendar\.php\?(c=1&)?week=(\d+)&nojs=1' => 'calendar/week-$2/nojs/[NF]'
//'calendar\.php\?(c=1&)?month=(\d+)&year=(\d+)&nojs =1' => 'calendar/$3/$2/nojs/[NF]'
//'^calendar\.php\?do=getinfo&(c=1&)?day=(\d+)-(\d+)-(\d+)(&c=1)?$' => 'calendar/$2/$3/$4/'
//'^calendar\.php\?do=getinfo&e=(\d+)(&day=[0-9-]+)?(&c=1)?$' => 'calendar/event-$1/'
//'^calendar\.php\?(s=&)?(c=1&)?(week=&)?month=(\d+) &year=(\d+)(&c=1)?(&do=displaymonth)?$' => 'calendar/$5/$4/'
//'^calendar\.php\?c=1&week=(\d+)(&do=displayweek&mo nth=.+?)?$' => 'calendar/week-$1/'
//'^calendar\.php\?year=(\d+)&month=(\d+)(&c=1)?$' => 'calendar/$1/$2/'
//'^calendar\.php\?do=displayyear&(c=1&)?year=(\d+)$ ' => 'calendar/$2/'
'^vbcms.php\?area=vbcmsarea_content&name=(.+)&cont entid=(\d+)$' => 'content/$1-$2.html'
'^vbcms.php\?area=vbcmsarea_content&do=searchconte nt$' => 'content/search'


'^vbcms.php\?area=vbcmsarea_links&do=showlinkentry &name=(.+)&linkid=(\d+)&catid=(\d+)$' => 'links/$1-$2-$3.html'
'^vbcms.php\?area=vbcmsarea_links&do=showlinkentry &name=(.+)&linkid=(\d+)&catid=(\d+)&goto=lastcomme nt$' => 'links/$1-$2-$3-lastcomment.html'

'^vbcms.php\?area=vbcmsarea_links&do=search&show=n ewlinks$' => 'links/newlinks'
'^vbcms.php\?area=vbcmsarea_links&do=search$' => 'links/search'

'^vbcms.php\?area=vbcmsarea_links$' => 'links/'
'^vbcms.php\?area=vbcmsarea_links&do=showcat&name= (.+)&catid=(\d+)$' => 'links/$1-$2.html'

'^vbcms.php\?area=vbcmsarea_products$' => 'shop/'
'^vbcms.php\?area=vbcmsarea_products&name=(.+)&do= showcat&catid=(\d+)$' => 'shop/$1-$2.html'
'^vbcms.php\?area=vbcmsarea_products&do=showprod&n ame=(.+)&prodid=(\d+)&catid=(\d+)$' => 'shop/$1-$2-$3.html'
'^vbcms.php\?area=vbcmsarea_products&do=search$' => 'shop/search'
'^vbcms.php\?area=vbcmsarea_products&do=search&sho w=newprods$' => 'shop/search/newprods'

so nun folgende Frage muss ich in die htacess datei die bei mir forum root liegt auch noch was eintragen ??

Wenn ja aber wo ab welche zeile ??

meine jetzige htacess lautet

Quote:
# 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]

Vielen Dank für die Hilfe
Reply With Quote
  #85 (permalink)  
Old 16.09.2010, 18:05
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Nö ist alles gut soweit.
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #86 (permalink)  
Old 05.06.2011, 01:39
Benutzer
 
Join Date: 09.2007
Posts: 34
Rep Power: 5
nocte is on a distinguished road
Ich hätte dazu auch eine Frage:

Ich habe das Forum vom Verzeichnis /forum/ ins Rootverzeichnis / verschoben. Nun möchte ich die alten URLs, die mit /forum/.. beginnen umschreiben. Habe dazu folgendes probiert, jedoch erhalte ich dann einen Seite nicht gefunden Fehler:

Code:
'^forum/(.*)' => '$1'
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
vBSEO / REWRITE / HTACCESS... A TUTORIAL PLEASE! beduino vBCMS® Installation & Updates 0 20.09.2007 02:59
vbdesign's custom avatars Apokalupsis English customer support 3 15.11.2005 16:24
custom style prices? Nameless English Forums 1 03.11.2004 20:19
Add NO WAREZ to forum rules. spoken word English Forums 10 02.07.2004 13:13
[Rules] Christian English Forums 0 08.02.2004 23:48


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS