Results 1 to 2 of 2

Mehrere URL´s Frage.

This is a discussion on Mehrere URL´s Frage. within the Deutsch forums, part of the General Discussion category; Hallo. Mein Forum ist unter (Beispiel) www.mein-super-tolles-forum.de zu erreichen. Ich habe aber weitere Domains gemietet/gekauft und möchte diese auch verwenden ...

  1. #1
    Senior Member
    Real Name
    Elite-Janitscher
    Join Date
    May 2009
    Posts
    142
    Liked
    0 times

    Mehrere URL´s Frage.

    Hallo.

    Mein Forum ist unter (Beispiel) www.mein-super-tolles-forum.de zu erreichen.

    Ich habe aber weitere Domains gemietet/gekauft und möchte diese auch verwenden wie (Beispiel) www.meinsupertollesforum.de oder mstf.de.

    Was muss ich da genau machen damit alles richtig ist (google/doppel content usw usw)?

    meine htaccess:
    # 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} !(acp/|mcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(acp|mcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]

    RewriteCond %{HTTP_HOST} !^www\.mein-super-tolles-forum\.de
    RewriteRule (.*) http://www.mein-super-tolles-forum.de/$1 [L,R=301]
    Vielen Dank.

  2. #2
    Senior Member
    Real Name
    Philipp Herbers
    Join Date
    Sep 2005
    Location
    Meppen, Germany
    Posts
    8,436
    Liked
    0 times
    Hey,

    da kommt nur eine 301 Weiterleitung in Frage. Liegen die 3 Domains in verschiedenen Ordnern?

Similar Threads

  1. LinkBacks Frage
    By Elite-Janitscher in forum Deutsch
    Replies: 18
    Last Post: 09-15-2009, 06:47 PM
  2. Replies: 15
    Last Post: 03-24-2009, 02:26 PM
  3. 1 Forum - mehrere Subdomains
    By JonnyF in forum Deutsch
    Replies: 2
    Last Post: 01-27-2009, 05:05 AM
  4. Replies: 4
    Last Post: 09-22-2008, 10:17 AM
  5. Mehrere Domains?
    By shAd-gt in forum Deutsch
    Replies: 1
    Last Post: 10-23-2006, 12: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
  •