Results 1 to 6 of 6

Forumu Ana Dizine Taşımak .

This is a discussion on Forumu Ana Dizine Taşımak . within the Türkçe forums, part of the General Discussion category; Forumum /forum klasörü içerisinde kurulu idi ben tüm dosyalarýmý ana klasöre taþýdým . Forumu kurarken www.domain/forum þeklinde kurmuþtum . Þu ...

  1. #1
    Member By_HaKaN's Avatar
    Real Name
    Hakan
    Join Date
    Jan 2008
    Posts
    83
    Liked
    0 times

    Forumu Ana Dizine Taşımak .

    Forumum /forum klasörü içerisinde kurulu idi ben tüm dosyalarımı ana klasöre taşıdım . Forumu kurarken www.domain/forum şeklinde kurmuştum . Şu an .htaccess i nasıl oluşturmam veya değişiklik yapmam gerekir . İndexlerim içinse forum klasörü içerisinde ;

    PHP Code:
    Options +FollowSymlinks
    RewriteEngine On
    RewriteRule 
    ^(.*)$ http://www.domain.com/$1 [R=301,NC] 
    oluşturdum .

    .htaccess bilgileri ;



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

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$[L,QSA]

    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$[L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond 
    %{REQUEST_FILENAME} !-d
    RewriteCond 
    %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$[L,QSA

  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
    3.2.0 Rc7 ile .htaccess içeriği değişti. Kontrol etmenizi tavsiye ederim.
    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
    Member By_HaKaN's Avatar
    Real Name
    Hakan
    Join Date
    Jan 2008
    Posts
    83
    Liked
    0 times
    Yeni güncelledim .
    Last edited by By_HaKaN; 06-07-2008 at 11:14 AM.

  4. #4
    Member By_HaKaN's Avatar
    Real Name
    Hakan
    Join Date
    Jan 2008
    Posts
    83
    Liked
    0 times
    Dosyaları ana dizine aldığım zaman bile /forum klasörüne yönleniyor . Sorun nedir bir türlü çözemedim malesef .

    Aldığım hata ;


    Warning: include(/home/forum/public_html/forum/404.php) [function.include]: failed to open stream: No such file or directory in /home/forum/public_html/vbseo.php on line 1436

    Warning: include() [function.include]: Failed opening '/home/forum/public_html/forum/404.php' for inclusion (include_path='.:/usr/lib/php') in /home/forum/public_html/vbseo.php on line 1436

  5. #5
    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
    .htaccess içeriğiniz nedir. Ayrıca lisansınızda güncelleme istemelisiniz.
    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. #6
    Member By_HaKaN's Avatar
    Real Name
    Hakan
    Join Date
    Jan 2008
    Posts
    83
    Liked
    0 times
    PHP 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/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.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
    .htaccess bu şekilde . Lisansı güncellemek için ticket açıyorum Mert Bey . Problem lisansım /forum olarak aldığım için sanırım ? . . .

Similar Threads

  1. dizine eklenen url sorunu
    By Eyewear in forum Türkçe
    Replies: 2
    Last Post: 04-01-2008, 06:35 AM
  2. Forumu ana dizine açmakmı yoksa forum dizinine
    By oguzturk in forum Türkçe
    Replies: 2
    Last Post: 03-25-2008, 11:07 AM
  3. sitemap datalarını ana dizine oluşturma
    By birayfil in forum Türkçe
    Replies: 3
    Last Post: 02-29-2008, 07:54 AM
  4. Google forumu gezmeyi azalttı..
    By OnR in forum Türkçe
    Replies: 19
    Last Post: 09-21-2007, 09:32 PM

Posting Permissions

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