Results 1 to 2 of 2

site yönlendirme

This is a discussion on site yönlendirme within the Türkçe forums, part of the General Discussion category; Merhaba arkadaþlar www.xxx.com/forums/ sitemi www.xxx.net adresine taþýmak istiyorum tüm taþýma iþlemlerini tamamladým google webmastertools dan taþýdýgýmý belirttim lakin eski alan ...

  1. #1
    Member
    Real Name
    safakuygur
    Join Date
    Aug 2007
    Posts
    38
    Liked
    0 times

    site yönlendirme

    Merhaba arkadaşlar

    www.xxx.com/forums/ sitemi

    www.xxx.net adresine taşımak istiyorum tüm taşıma işlemlerini tamamladım google webmastertools dan taşıdıgımı belirttim lakin

    eski alan adıma tıklayınca forumdan herhangibir linke yine orada kalıyor yeni adresime taşınmıyor

    root daki htcas ın içeriği aşağıda

    PHP Code:
    Options +FollowSymlinks
    RewriteEngine on
    rewritecond 
    %{http_host} ^xxx.net [nc]
    rewriterule ^(.*)$ http://www.xxx.net/$1 [r=301,nc] 
    forum dizinindeki htcass ın içeriği ise aşağıda

    PHP Code:
    Options +FollowSymlinks
    RewriteEngine on
    rewritecond 
    %{http_host} ^xxx.net [nc]
    rewriterule ^(.*)$ http://www.xxx.net/$1 [r=301,nc]

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



    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[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]



    # no spam  
    RewriteCond %{THE_REQUEST} \?(ref=.*)?\ HTTP [NC]  
    RewriteRule .? http://www.xxx.com%{REQUEST_URI}? [R=301,L] 
    neden eski linkler hala çıkıyor bunu doğru olarak nasıl yapacağım ?


    ve bir ticket attım domain değişikliği için yeni domaın de seo da çalışmıyor :(

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Eski adresinizde aşağıdaki .htaccess içeriğini oluşturmalısınız.

    Code:
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*) http://www.domain.com/$1
    Daha sonra yeni domain'in root'unda vBSEO .htaccess dosyası

    Yeni domain'in forum veya forums klasöründe aşağıdaki .htaccess

    Code:
    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*) http://www.domain.com/$1
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

Similar Threads

  1. Yönlendirme
    By Candostum in forum Türkçe
    Replies: 2
    Last Post: 01-05-2010, 05:15 PM
  2. Yönlendirme
    By anestetic in forum Türkçe
    Replies: 12
    Last Post: 03-31-2009, 10:17 AM
  3. yönlendirme
    By yoktur in forum Türkçe
    Replies: 1
    Last Post: 11-10-2008, 08:14 AM
  4. Yönlendirme sorunu
    By Gri in forum Türkçe
    Replies: 4
    Last Post: 09-14-2007, 01:11 PM
  5. Yönlendirme ??
    By O'NEAL in forum Türkçe
    Replies: 2
    Last Post: 01-20-2007, 05:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •