• 09-10-2007, 23:05:25
    #1
    Üyeliği durduruldu
    Aranızda phpBB3 için seo kuranınız var mı?
  • 10-10-2007, 00:22:24
    #2
    hangi seo ?
  • 10-10-2007, 12:33:22
    #3
    Üyeliği durduruldu
    phpBB SEO ?
  • 10-10-2007, 18:41:06
    #4
    Orada birsürü eklenti var, tam eklenti adı ve sürümünü yazmadıkça bir yere varamazsınız.

    Ve, hangi eklentiden bahsediyorsunuz belli değil ama kurmuşumdur.
  • 10-10-2007, 20:27:47
    #5
    Üyeliği durduruldu
    Şu üçü arasındaki farklar nedir, hangisini kurmam gerekir? Ayrıca bunları kurduktan sonra htaccess dosyasını nasıl düzenliyoruz? Premod'u kurmuştum deneme amaçlı ama ayarlarını yapamayınca sildim.

    Advanced SEO URL : Advanced phpBB3 SEO mod Rewrite V 0.4.0 RC3
    Mixed SEO URL : Mixed phpBB3 SEO mod Rewrite V 0.4.0 RC1
    Simple SEO URL : Simple phpBB3 SEO mod Rewrite V 0.4.0 RC1

    Seo ile alakalı değil ama siteyi kapatmıştım ve şuan giriş yapamıyorum, umarım halledebilirim.

    D: Umarım halledebilirim demiştim ama olmadı, önce giriş yapıyorum daha sonra yeniden dışarıya atıyor beni.
  • 11-10-2007, 16:04:59
    #6
    "Advanced SEO URL" kurabilirsin, kurduktan sonra kesin hatayı yazarsan çözmek zor değil, 404 hataları genelde .htaccess yüzünden veya yanlış ayardan olur.
  • 14-10-2007, 19:30:58
    #7
    Üyeliği durduruldu
    Adımları sırayla yaptım ve 404 hatası veriyor, "settings" kısmından aşağısını nasıl yapıyoruz? Ayrıca panelde ingilizce olunca pek anlaşılmıyor verdikleri ayarlar .htaccess dosyasını da aşağıya ekliyorum. Son olarak prosilver temasından başka bir temaya nasıl kuruyoruz? Zaten temadaki 2 dosyada değişiklik yapılıyor ama bendeki temada bu yerleri bulamadım.

    Alıntı
    ________________________________________
    >>>> INSTALLATION INSTRUCTION <<<<<
    ________________________________________
    ___________
    IMPORTANT :
    ________________________________________
    Before you start, read this with caution.
    => For a smooth install :
    1) Backup all your files;
    2) Apply the mod code changes on copies of your files;
    3) Upload all files;
    4) CHMOD the phpbb_seo/cache/ folder to 0777;
    5) Empty the phpBB/cache/ folder : just delete all files EXCEPTS the .htaccess.
    6) Go to www.yoursite.com/phpBB/phpbb_seo/phpbb_seo_install.php and follow the install instruction
    7) Go to phpBB ACP : It's now time to play with settings described bellow;
    8) Generate your personalized .htaccess and upload or move it following the instructions;
    9) Test a rewritten URL, such as www.yoursite.com/phpBB/post1.html, if you end up with a 404 (not a phpBB message), go back to step 8;
    10) Activate URL rewriting in phpBB ACP and allow yourself some auto-congratulation
    ________________________________________
    __________
    Settings :
    __________
    The settings must be done before step 7 above for the generated .htaccess to be up to date.
    Later modification will most likey require a new .htaccess as well as personalized redirections.

    => By Default, this mod will get rid of index.php for phpBB's index.
    You can change this in phpbb_seo/phpbb_seo_class.php if you prefer.
    Look for :
    'index' => ($this->seo_opt['virtual_root'] ? 'forum' : '')
    And replace with :
    'index' => 'forum'
    or whatever you prefer.
    This is mostly useful if you're running a portal in the folder where phpBB is installed.
    => The first setting to do is to select which static part to use in your URLs.
    To do so, you can modify this in phpbb_seo/phpbb_seo_class.php :
    => the-team :
    'leaders' => 'the-team'
    => announces :
    'global_announce' => 'announces'

    => As well as forum ('forum' => 'forum'), topic ('topic' => 'topic'), post ('post' => 'post') and member ('user' = 'member')
    => And the suffixes, if you don not like .html :
    $this->seo_ext = array( 'forum' => '.html', 'topic' => '.html', 'post' => '.html', 'user' => '.html', 'index' => (!empty($this->seo_static['index']) ? '.html' : ''), 'global_announce' => '/', 'leaders' => '.html', 'gz_ext' => '');
    This settings will be taken into account while generating the .htaccess.
    => Other options are configurable on the setting page (step 7 of the above list).
    Go to the "phpBB SEO Class Settings" page, and take your time to set up the class as you whish.
    => It is now time to play with your forum URLs.
    To do so, go to the "Forum URL management" page and start selecting good keywords for your forum URLs.
    Take your time to do it, and remember that using the remove IDs option in the settings makes it a bit harder to build appropriate redirection, in case you edit the forum URLs later.
    If you later create more forums, you'll just have to go to this page again an eventually update the
    new forum URL.
    If not, the new forum URL will not be cached and the default one will be used (forum-title-fxx).
    ___________
    NOTE: Cache
    ___________
    The cache files are in the phpbb_seo_/cache/ folder.
    phpbb_cache.php is the cached file containing both your settings and forum URLs.
    The mod always creates a backups of the current cached file :
    => phpbb_cache.php.current is a copy of the phpbb_cache.php file.
    It will automatically be used in case phpbb_cache.php is deleted or corrupted (which should not occur but).
    => phpbb_cache.php.old is a copy of the previous settings you had set, before the last update you performed.
    You should backup these file when you update them, they are as crucial as you data base for your forum
    since they are required for your forum URL to work properly.
    So relax, this is just a basic precaution, you should not have trouble with these,
    but never is better, hence the backup.
    ____________
    .htaccess :
    ____________
    On the phpBB SEO ACP module, go to the ".htaccess" page.
    A personalised .htaccess will be generated. It's the first one to consider trying.
    If the default suggestion does not work, you will be to try more options, and generate several alternative.
    You'll find an empty .htaccess file in this mod's archive contrib/ folder, you can use it to paste the .htaccess content generated on the htaccess page or save it directly on the server.

    Please take a look at : SEO Techniques : Locking the www in urls
    to find out how to lock the use (or un use) of the www prefix in your domain's url.
    This is a major Search Engine Optimisation issue to take care of the www prefix issue.
    .htaccess
    Alıntı
    <Files "config.php">
    Order Allow,Deny
    Deny from All
    </Files>
    <Files "common.php">
    Order Allow,Deny
    Deny from All
    </Files>
    # You could need to un-comment the following line
    # Options +FollowSymlinks
    RewriteEngine On
    RewriteBase /
    ################################################## #######
    # PHPBB SEO REWRITE RULES #
    ################################################## #######
    # AUTHOR : dcz phpBB SEO
    # STARTED : 01/2006
    ################################################## ###
    # FORUMS PAGES
    ########################
    # FORUM INDEX (un-comment if used)
    # RewriteRule ^index\.html$ /index.php [QSA,L]
    # FORUM
    RewriteRule ^[a-z0-9_-]*-f([0-9]+)(-([0-9]+))?/?$ /viewforum.php?f=$1&start=$3 [QSA,L,NC]
    # TOPIC
    RewriteRule ^[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
    # GLOBAL ANNOUNCES
    RewriteRule ^(announces/)?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?t=$2&start=$4 [QSA,L,NC]
    # POST
    RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L]
    #PROFILES
    RewriteRule ^member([0-9]+)\.html$ /memberlist.php?mode=viewprofile&u=$1 [QSA,L]
    # THE TEAM
    RewriteRule ^the-team\.html$ /memberlist.php?mode=leaders [QSA,L,NC]
    # END PHPBB PAGES
    ################################################## ###
  • 15-10-2007, 23:23:37
    #8
    SEO RC6 ile birkaç ufak uyumsuzluk göstermişti zaten, RC7 uyumlu sürümü çıkmasını bekleyeceksin.

    İlk alıntıda ayarlardan bahsediyor, sanal dizin ayarları, sabit sayfa ayarları, uzantı ayarları vb...

    .htaccess olayında

    RewriteBase /

    satırını pasif yap:

    #RewriteBase /

    forum başka dizinde kurulu ise path ayarı ile uğraşmaya gerek yok.

    --------------------------------------------------

    Bu tür işleri para ile yaptığım için geçiştirdiğimi düzşünebilirsiniz. Aklıma gelmiyor da değil, ancak asıl sebep: Ben öğretme özürlüyüm, aklımdakileri yazamam/aktararmam, sadece yapabilirim. "Çekil ben yaparım" misali.
  • 16-10-2007, 11:30:42
    #9
    Üyeliği durduruldu
    RC5'te kurmuştum ama yine olmadı, biraz uğraşalım da öğrenelim, sağolasın.