vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 3 of 3

vbseo ile .htaccess problemi

This is a discussion on vbseo ile .htaccess problemi within the Türkçe forums, part of the General Discussion category; merhaba sitemde vbseo kurulu ancak bu seferde admincp yi şifreleyemiyorum .htaccess yardımı ile açılmıyor admincp direk ana sayfa açılıyor. sanırım ...

  1. #1
    Junior Member
    Real Name
    FAZO
    Join Date
    Apr 2006
    Posts
    3

    Red face vbseo ile .htaccess problemi

    merhaba sitemde vbseo kurulu ancak bu seferde admincp yi şifreleyemiyorum .htaccess yardımı ile açılmıyor admincp direk ana sayfa açılıyor.
    sanırım ana dizindeki vbseo nun .htaccess inden dolayı nasıl yapabilirim.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul
    Posts
    16,944
    Blog Entries
    4
    Site adresinizi alabilir miyim birde .htaccess içeriğini
    Mert Gökçeimam / Crawlability Inc.

    Yeni vBSEO Kontrol Paneli ve vBSEO 3.5 Yayın Tarihleri

    vBSEO 3.5 Beta 2 Yayınlandı - vBulletin 4 Uyumlu!



    Kişisel Sitem : Felsefe - Kültür merkeziniz

  3. #3
    Junior Member
    Real Name
    FAZO
    Join Date
    Apr 2006
    Posts
    3

    Wink

    Site

    ana dizindeki .htaccess içeriğide böle

    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 /
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteRule ^$ vbseo.php?vbseourl=index.php [L]
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    admincp dizindeki şifrelemek için kullanılan cpanel tarafından otomatik yapılmış .htaccess içeriğide böle

    Code:
    AuthType Basic
    AuthName "Restricted Area"
    AuthUserFile "/home3/forum/.htpasswds/admincik/passwd"
    
    require valid-user
    
    bu arada adminyolu admincp değil admincik dir.

Similar Threads

  1. vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature!
    By Juan Muriente in forum vBSEO Announcements
    Replies: 74
    Last Post: 05-20-2006, 09:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-08-2005, 11:00 PM