#31 (permalink)  
Old 04.03.2008, 21:03
Delazar's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2004
Posts: 305
Rep Power: 8
Delazar is on a distinguished road
Send a message via ICQ to Delazar
Danke Christian für die Unterstützung.
Das nenne ich Support.

Gruß
Delazar
__________________
Reply With Quote
  #32 (permalink)  
Old 09.03.2008, 05:34
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
was mache ich falsch?


//'^index.php\?area=vbcmsarea_home$' => 'vbcms/'
//'^index.php\?do=morenews$' => 'vbcms/morenews'
'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'

hatte schon gedacht es liegt am backslash nach der index.php - ich mein der Link wird schon richtig umgewandelt aber... naja jetzt kommt ein 404 dabei raus.

http://taeb.de/content/willkommen-1.html
__________________
www.taeb.de
vbulletin + vbmcs + harmonystyle
photopost gallery + classified und vbseo
Reply With Quote
  #33 (permalink)  
Old 09.03.2008, 13:31
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Warscheinlich fehlt die .htaccess im Root Verzeichnis.
Reply With Quote
  #34 (permalink)  
Old 09.03.2008, 14:29
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
bin grad ein bißchen sprachlos - es war keine htaccess zu finden

okay... vbseo entpackt neue htaccess hochgeladen... obwohl mein ftpclient versteckte dateien anzeigen soll ist nach der umbennenung von htaccess.txt zu .htaccess diese auch wiederum einfach unsichtbar geworden ... *was ist da los* und die Zugriffsrechte sind auch richtig gesetzt

Inhalt:
# 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 /forum/

RewriteCond %{HTTP_HOST} !^www\.taeb\.de
RewriteRule (.*) http://www.taeb.de/$1 [L,R=301]

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]

hab ich das richtig editiert?

Diese liegt jetzt im domain.de/forum drin
Update: als ich sie jetzt noch zusätzlich in den MAINroot kopiert hab ging es - kann ich die .htaccess jetzt ausm /forum wieder entfernen oder muss die zwingend im Main und im Forumroot drin sein?
Update Update: jetzt gehen aber meine Links zu den Kleinanzeigen und der Gallery nicht mehr
Update Update Update: Meine News werden auch nicht mehr angezeigt
Grüße
__________________
www.taeb.de
vbulletin + vbmcs + harmonystyle
photopost gallery + classified und vbseo

Last edited by taeb.de : 09.03.2008 at 20:56.
Reply With Quote
  #35 (permalink)  
Old 10.03.2008, 07:05
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Du solltest eigentlich, die .htaccess nehmen die ich verlinkt habe.
Reply With Quote
  #36 (permalink)  
Old 10.03.2008, 12:08
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
meinst Du das hier: Supportforum vbdesigns.de - Einzelnen Beitrag anzeigen - diverse Fragen zum vbcms / greenlife Template

bitte etwas konkreter - thx

der code der im link steht geht nicht
__________________
www.taeb.de
vbulletin + vbmcs + harmonystyle
photopost gallery + classified und vbseo
Reply With Quote
  #37 (permalink)  
Old 10.03.2008, 13:00
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Nein, das hatte ich auch nicht verlinkt, diesen meine ich:

Supportforum vbdesigns.de - Einzelnen Beitrag anzeigen - diverse Fragen zum vbcms / greenlife Template
Reply With Quote
  #38 (permalink)  
Old 10.03.2008, 16:29
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
Also habe den Quelltext davon in ne htaccess und diese in den Webroot als auch in den Forumroot gesetzt.

Auf den ersten Blick scheint das gut zu klappen. Aber es funktioniert z.B. oben die Benuzterliste nicht mehr oder auch die Foreneinträge gehen nicht mehr Fehler 404. Woran liegt sowas? Mein Benuzterbild wurde auch nicht mehr geladen. Würde da gerne mal die Hintergründe wissen.

Muss ich jetzt noch zusätlich den folgenden Inhalt in die CRR´s bei VBseocp eintragen:


/'^index.php\?area=vbcmsarea_home$' => 'vbcms/'
/'^index.php\?do=morenews$' => 'vbcms/morenews'
'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'

?

Vielen Dank
__________________
www.taeb.de
vbulletin + vbmcs + harmonystyle
photopost gallery + classified und vbseo

Last edited by taeb.de : 10.03.2008 at 17:23.
Reply With Quote
  #39 (permalink)  
Old 10.03.2008, 22:06
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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 CRRs müssen natürlich trotzdem eingetragen, werden und die originale vBSEO .htaccess gehört in den Unterordner /forum bei dir.
Reply With Quote
  #40 (permalink)  
Old 10.03.2008, 22:38
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
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"
__________________
www.taeb.de
vbulletin + vbmcs + harmonystyle
photopost gallery + classified und vbseo
Reply With Quote
  #41 (permalink)  
Old 11.03.2008, 07:17
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Kannst du in den Errorlogs schauen was den Fehler verursacht?
Reply With Quote
  #42 (permalink)  
Old 13.03.2008, 11:41
Delazar's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2004
Posts: 305
Rep Power: 8
Delazar is on a distinguished road
Send a message via ICQ to Delazar
Moin Christian,

ich mal wieder

Eine Frage.
Ist es möglich die RW:
Code:
'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'
So umzuschreiben, dass anstatt der categoty und linkentry der namen stehen soll?

Danke
Delazar
__________________
Reply With Quote
  #43 (permalink)  
Old 13.03.2008, 12:14
Obi-Wan's Avatar
vbdesigns Guru
 
Join Date: 08.2005
Location: Essen
Age: 42
Posts: 608
Rep Power: 7
Obi-Wan is on a distinguished road
Quote:
Originally Posted by Delazar View Post
Moin Christian,

ich mal wieder

Eine Frage.
Ist es möglich die RW:
Code:
'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'
So umzuschreiben, dass anstatt der categoty und linkentry der namen stehen soll?

Danke
Delazar

so eine Lösung suche ich auch ...
Reply With Quote
  #44 (permalink)  
Old 13.03.2008, 12:30
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 33
Posts: 16,877
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
Im Moment ist das ohne Codeänderung nicht möglich.
Reply With Quote
  #45 (permalink)  
Old 13.03.2008, 12:33
Delazar's Avatar
Aufsteigender Benutzer
 
Join Date: 05.2004
Posts: 305
Rep Power: 8
Delazar is on a distinguished road
Send a message via ICQ to Delazar
Quote:
Originally Posted by Christian View Post
Im Moment ist das ohne Codeänderung nicht möglich.

Kannst du es vielleicht auf deine ToDo liste aufnehmen für die nächste Version?

Danke und Gruß
Delazar
__________________
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 03:59
vbdesign's custom avatars Apokalupsis English customer support 3 15.11.2005 17:24
custom style prices? Nameless English Forums 1 03.11.2004 21:19
Add NO WAREZ to forum rules. spoken word English Forums 10 02.07.2004 14:13
[Rules] Christian English Forums 0 09.02.2004 00: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