#46 (permalink)  
Old 02.01.2008, 12:47
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
*pling*
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
Reply With Quote
  #47 (permalink)  
Old 02.01.2008, 12:53
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
Pling?
Reply With Quote
  #48 (permalink)  
Old 02.01.2008, 23:51
Aufsteigender Benutzer
 
Join Date: 06.2005
Posts: 131
Rep Power: 7
Tango will become famous soon enough
Quote:
Originally Posted by Christian View Post
Welche Links meinst du? Hast du die Custom Rewrite Rule eingetragen?

also ich selber habe nichts in .htaccess eingetragen, was aber mit vbseo mitgelieferten .htaccess steht wie ich nicht.
Reply With Quote
  #49 (permalink)  
Old 03.01.2008, 09:34
MotMann's Avatar
vbdesigns Guru
 
Join Date: 03.2006
Location: Berlin
Age: 49
Posts: 667
Rep Power: 7
MotMann is on a distinguished road
Quote:
Originally Posted by Christian View Post
Pling?

*Groschen gefallen.. ach nee... Cent gefallen *
__________________
Software: vB 3.8.1 * Style: Cyberhype, Tribe * Ansicht: Neues vB *
Reply With Quote
  #50 (permalink)  
Old 08.01.2008, 19:18
Benutzer
 
Join Date: 01.2008
Posts: 52
Rep Power: 5
thompson is on a distinguished road
Quote:
Originally Posted by Christian View Post
Genau, ich musste es nur einmal Live machen für die Doku.
Ps.: RSS und PDF kannst du ruhig wieder anschalten.

wo finde ich die doku ?

ich hab das aus diesem post mal durchprobiert, die umschreibung funktioniert, aber die umleitung auf die neue url dann nicht.

hab die vbcms.php in portal.php umbenannt und ins root gelegt. (forum ist im ordner forum (incl. vbseo))

ich möchte die portal.php als startseite im root definieren und verhindern, dass überall /forum/ auftaucht.

Last edited by thompson : 08.01.2008 at 20:19.
Reply With Quote
  #51 (permalink)  
Old 08.01.2008, 23:41
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
Wenn vBCMS im Root Ordner läuft und das vBulletin im /forum/ Ordner, ist es am besten die vbcms.php in index.php uzubenennen und nicht in portal.php.

Das vBCMS Handbuch findest du hier: vBCMS Handbuch - vBCMS
Reply With Quote
  #52 (permalink)  
Old 09.01.2008, 08:31
Benutzer
 
Join Date: 01.2008
Posts: 52
Rep Power: 5
thompson is on a distinguished road
wenn ich die portal in index umbenenne, hilft das ja nicht die 404 er seiten zu vermeiden. sobald seiten umgeschrieben sind, funktionieren sie nicht mehr.

scheint in der htacess irgendetwas zu fehlen.
Reply With Quote
  #53 (permalink)  
Old 09.01.2008, 09:22
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
Das kann sein, das in der .htacces etwas fehlt aber ohne den Inhalt zu kennen, kann ich auch nur raten.
Reply With Quote
  #54 (permalink)  
Old 09.01.2008, 10:02
Benutzer
 
Join Date: 01.2008
Posts: 52
Rep Power: 5
thompson is on a distinguished road
Quote:
Originally Posted by Christian View Post
Das kann sein, das in der .htacces etwas fehlt aber ohne den Inhalt zu kennen, kann ich auch nur raten.

da hast du recht. dachte nur das problem mit vbseo waere bekannt.

aufgrund des phplinkdirectory im root, schaut die htacces wie folgt aus:
Quote:
RewriteEngine On

RewriteCond %{QUERY_STRING} ^q=(.*)
RewriteRule ^search.html* /directory/index.php?q=%1 [QSA,L]
RewriteRule ^sportsuche-details-(.*).html /index.php?q=$1 [QSA,L]
RewriteRule (.*)top20.html index.php?p=h [PT]
RewriteRule (.*)neueste_links.html index.php?p=d [PT]

#RewriteRule ^toplinks.html /index.php?q=d [QSA,L]
RewriteRule ^meldung-([0-9]*).html /report.php?id=$1 [QSA,L]
RewriteRule ^details-([0-9]*).html /details.php?id=$1 [QSA,L]
RewriteRule ^empfehlung-([0-9]*).html /refer.php?id=$1 [QSA,L]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !-l
#RewriteRule (.*)Seite(.*)\.html$ $1/?p=$2 [PT]
## Pagination Rewrite
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
#RewriteRule (.*)seite-(\d+)\.html$ $1/?p=$2 [PT]
RewriteRule (.*)Seite-(.*)\.html$ $1/?p=$2 [PT]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php [QSA,L]
raten.

Reply With Quote
  #55 (permalink)  
Old 09.01.2008, 11: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
Die Rewrite Rules von vBSEo fehlen, wenn du diese von der original .htaccess in deine Einfügst sollte es gehen.
Reply With Quote
  #56 (permalink)  
Old 09.01.2008, 20:42
Benutzer
 
Join Date: 01.2008
Posts: 52
Rep Power: 5
thompson is on a distinguished road
wenn die rules oben sind, geht es soweit. allerdings behindern die vbseo regeln und die alten regeln sich gegenseitig, sodass das phplinkdirectory nicht mehr geht.

wie könnte ich das denn anders machen ?

was habe ich genau vor ?
später soll die vbcms datei als startseite auf sportsuche.info dienen und der bisherige webkatalog mit seiner .index.php soll über sportsuche.info/index.php angesteuert werden können (damit weder pagerank noch links der user verloren gehen)

für jede hilfe dankbar.
Reply With Quote
  #57 (permalink)  
Old 29.05.2008, 20:30
Aufsteigender Benutzer
 
Join Date: 06.2005
Posts: 131
Rep Power: 7
Tango will become famous soon enough
@Christian kannst du mir auch helfen wie ich vbcms mit vbseo verkoppele ??
Reply With Quote
  #58 (permalink)  
Old 31.05.2008, 18:21
Ky! Ky! is offline
Aufsteigender Benutzer
 
Join Date: 05.2007
Posts: 119
Rep Power: 6
Ky! is on a distinguished road
Auf der Suche war ich auch gerade. Ist etwas schwierig, wenn man keine Ahnung davon hat und es ja verschiedene Konstallationen gibt.

Bei mir liegen Forum und vbcms im Forumroot , ich habe nichts umbenannt.

Hier mal die aktuelle .htacess:

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\.boards-united\.com
RewriteRule (.*) http://www.boards-united.com/$1 [L,R=301]

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

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.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]

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 michaelk Webdesigns 1 13.02.2006 18:20
vbseo Bug im Portal Shaochun Feedback 1 07.09.2005 14:15


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