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
    Liked
    0 times

    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, Turkey, Turkey
    Posts
    22,361
    Liked
    540 times
    Blog Entries
    4
    Site adresinizi alabilir miyim birde .htaccess içeriğini
    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. #3
    Junior Member
    Real Name
    FAZO
    Join Date
    Apr 2006
    Posts
    3
    Liked
    0 times

    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, 10:29 PM
  2. vBSEO 2.0 RC7 Released
    By Juan Muriente in forum vBSEO Announcements
    Replies: 17
    Last Post: 09-09-2005, 12:00 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
  •