Page 2 of 2 FirstFirst 1 2
Results 16 to 22 of 22

.htaccess Yönlendirme Yardım?

This is a discussion on .htaccess Yönlendirme Yardım? within the Türkçe forums, part of the General Discussion category; deneme amaçlı üyelik açmanızı istemiştim probleme baktıktan anladıktan sonra üyeliğinizi silerim anlatılacak bir sorun gibi değil bu bu nedenle böyle ...

  1. #16
    Member
    Real Name
    Berk
    Join Date
    Dec 2008
    Posts
    66
    Liked
    0 times
    deneme amaçlı üyelik açmanızı istemiştim probleme baktıktan anladıktan sonra üyeliğinizi silerim anlatılacak bir sorun gibi değil bu bu nedenle böyle birşey istedim sizden

  2. #17
    Member
    Real Name
    Berk
    Join Date
    Dec 2008
    Posts
    66
    Liked
    0 times
    Peki madem üye olmam diyorsunuz söyle denermisiniz size zahmet www.tribalpower.net/forum tıklayın dil seceneğini türkçe yapıp Tribal House Community - Powered by vBulletin sonra böyle tıklayın 2 side farklı sayfalar çıkıyor www başka www suz başka oluyor bu problemi gidermek istiyorum ? domain.com'u www.domain.com'a yönlendirmek uguladıgım halde değişiklik olmuyor

  3. #18
    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

  4. #19
    Member
    Real Name
    Berk
    Join Date
    Dec 2008
    Posts
    66
    Liked
    0 times
    root htaccess böyle

    Code:
    RewriteEngine on
    
    
    
    
    RewriteEngine On
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    forumdaki htaccess ise söyle:

    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\.tribalpower\.net
    #RewriteRule (.*) http://www.tribalpower.net/forum/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [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]

  5. #20
    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
    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\.tribalpower\.net
    RewriteRule (.*) http://www.tribalpower.net/forum/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [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]
    Doğrusu bu olmalı...
    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

  6. #21
    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
    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\.tribalpower\.net
    RewriteRule (.*) http://www.tribalpower.net/forum/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [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]
    Doğrusu bu olmalı...
    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. #22
    Member
    Real Name
    Berk
    Join Date
    Dec 2008
    Posts
    66
    Liked
    0 times
    Evet dogrusu buymuş çok teşekkür ederim Mert bey.

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. yönlendirme
    By yoktur in forum Türkçe
    Replies: 1
    Last Post: 11-10-2008, 07:14 AM
  2. Yönlendirme İşlemleri
    By HaYLaZ in forum Türkçe
    Replies: 18
    Last Post: 12-28-2007, 11:39 AM
  3. Üye profili yönlendirme..
    By prdx in forum Türkçe
    Replies: 1
    Last Post: 09-23-2007, 08:40 AM
  4. Yönlendirme sorunu
    By Gri in forum Türkçe
    Replies: 4
    Last Post: 09-14-2007, 12:11 PM
  5. Yönlendirme ??
    By O'NEAL in forum Türkçe
    Replies: 2
    Last Post: 01-20-2007, 04: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
  •