Page 4 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 46 to 60 of 73
Like Tree2Likes

domain.com'u www.domain.com'a yönlendirmek

This is a discussion on domain.com'u www.domain.com'a yönlendirmek within the Türkçe forums, part of the General Discussion category; baslangic olarak icerik boyle .htacessin Code: # Comment the following line (add '#' at the beginning) # to disable mod_rewrite ...

  1. #46
    Senior Member
    Real Name
    Hasan
    Join Date
    May 2008
    Posts
    164
    Liked
    0 times
    baslangic olarak icerik boyle .htacessin

    Code:
    # 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)
    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]
    alttaki gibi yapiyorum


    Code:
    # 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)
    
    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 
    
    
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.domain\.com
    RewriteRule (.*) http://www.siteminadi.com/$1 [R=301,L]
    ama hala yonlendirme sorun var..hatta bi ara admin paneli yonlendirme hatali mesaji veriyordu

  2. #47
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Tamamıyla hatalı kod kullanıyorsunuz. Bir kod eklemenize gerek yok. Zaten o kodlar .htaccess içerisinde yer alıyor.
    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

  3. #48
    Senior Member
    Real Name
    Hasan
    Join Date
    May 2008
    Posts
    164
    Liked
    0 times
    evet daha kesfettim....sagolun

  4. #49
    Junior Member
    Real Name
    VX-W
    Join Date
    Jul 2008
    Posts
    1
    Liked
    0 times
    www.domainimiz.com lu olarak mı kullanmak daha iyi yoksa domainimiz.com olarak mı kullanmak daha iyi üstadlar ?

  5. #50
    Member
    Real Name
    mta
    Join Date
    May 2008
    Posts
    56
    Liked
    0 times
    Code:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.domain\.com
    RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
    bu kodları ekliyorum fakat xxx.com yazdıgımda www.xxx.com a yonlenmiyor

  6. #51
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    .htaccess içeriğiniz nedir
    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

  7. #52
    Member
    Real Name
    mta
    Join Date
    May 2008
    Posts
    56
    Liked
    0 times
    Quote Originally Posted by Mert Gökçeimam View Post
    .htaccess içeriğiniz nedir
    Code:
    # 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\.net
    #RewriteRule (.*) http://www.xxx.net/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    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]

  8. #53
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    #RewriteCond %{HTTP_HOST} !^www\.xxx\.net
    #RewriteRule (.*) http://www.xxx.net/$1 [L,R=301]


    satırlarının başındaki # işaretlerini kaldırmalısınız.
    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

  9. #54
    Member KoraY_c's Avatar
    Real Name
    Koray
    Join Date
    Aug 2008
    Location
    Ankara
    Posts
    92
    Liked
    0 times
    Konuyu ve mesajların tamamını okudum, böylece yaptığım hataları düzelttim.

    Bilgi veren herkese teşekkürler.
    Bir Ateş Yakalım ki, Cümle Dertler Kül Olsun.

  10. #55
    Junior Member
    Real Name
    AnıL
    Join Date
    Aug 2008
    Posts
    5
    Liked
    0 times
    gayet güzel bir bilgi bazı arkadaşlarımız direk forum ismi bölümünden değiştiriyor ve doğal olarak siteleri açılmıyor

  11. #56
    Member
    Real Name
    Goksah TASYUREK
    Join Date
    Sep 2008
    Posts
    40
    Liked
    0 times
    Ha şöyle ya yönlendire yönlendire bi'hal olmuştum. Çok sağolun Mert. İşe yarar şeyler yazıyorsun. Teşekkürler.

  12. #57
    Junior Member
    Real Name
    jj
    Join Date
    Nov 2008
    Posts
    16
    Liked
    0 times
    sagolun ....

  13. #58
    Junior Member
    Real Name
    ilhan
    Join Date
    Aug 2006
    Location
    Turkiye
    Posts
    1
    Liked
    0 times
    Merhaba

    Forum sayfamızın adresi Ekshi forum | Bizigidibizi fakat google'da;
    Ekshi forum | Bizigidibizi....
    Ekshi forum | Bizigidibizi....
    Ekshi forum | Bizigidibizi....

    şeklinde adreslere rastlıyoruz Bunların önüne geçmek için ne yapmamızı tavsiye ediyor sunuz?

  14. #59
    Senior Member HeLL_BoY's Avatar
    Real Name
    erol
    Join Date
    Mar 2008
    Posts
    119
    Liked
    0 times
    Merhaba arkadaşlar.

    Arkadaşımın forumuna sitemap generator eklentisini kurdum ve vermiş olduğunuz .htaccess kodlarını yerleştirdm yalnız internal server error hatası aldım Vbseo kurulu değil yönlendirme için vbseo kurulu olması şartmıdır?

  15. #60
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Serverının .htaccess kullanımına izinv verdiğinden emin olun.
    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

Page 4 of 5 FirstFirst 1 2 3 4 5 LastLast

Similar Threads

  1. Redirect parked domain to primary domain
    By Arkidas in forum General Discussion
    Replies: 9
    Last Post: 03-20-2008, 06:19 PM
  2. Rewrite question - domain.com -> www.domain.com
    By Chris-777 in forum General Discussion
    Replies: 4
    Last Post: 06-05-2007, 01:53 PM
  3. Main Domain with 1 Add-On Domain and 3 Parked Domains
    By IrDVB in forum General Discussion
    Replies: 1
    Last Post: 03-25-2007, 03:36 PM
  4. username.domain.com > domain.com?id=userid
    By voteforbird in forum Custom Rewrite Rules
    Replies: 2
    Last Post: 09-27-2006, 02:56 PM
  5. redirect domain.com/index.php to www.domain.com/
    By LarryEitel in forum Custom Rewrite Rules
    Replies: 4
    Last Post: 07-05-2006, 10:38 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
  •