Results 1 to 4 of 4

siteadi.com/forum dizini için htacces ayarı nasıl olmalıdır?

This is a discussion on siteadi.com/forum dizini için htacces ayarı nasıl olmalıdır? within the Türkçe forums, part of the General Discussion category; siteadý.com da baþka bir script var. ben forum diye klasör açýp forumuda oraya kurdum. .htacces içeri nasýl olmalýdýr? Code: # ...

  1. #1
    Member
    Real Name
    eren
    Join Date
    Dec 2010
    Posts
    68
    Liked
    0 times

    siteadi.com/forum dizini için htacces ayarı nasıl olmalıdır?

    siteadı.com da başka bir script var.
    ben forum diye klasör açıp forumuda oraya kurdum. .htacces içeri nasıl olmalıdır?

    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/forums/$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]
    forum yeri: Forum - Metin2, Mt2, M2, Metin2 Pvp, Metin2 Pvp Serverlar, Metin2 Pvp Serverler, Metin2pvp - vBulletin

    benim için htacces ayarlarını yapıp kodu oldugu gibi verebilir misiniz?

  2. #2
    Senior Member RiNNeGaN's Avatar
    Real Name
    Levent
    Join Date
    Oct 2010
    Location
    Izmir /Buca
    Posts
    162
    Liked
    10 times
    Açılışta hangisini acilmasini istiyorsunuz. Forum mu yoksa intro sitesi mi ?

  3. #3
    Member
    Real Name
    eren
    Join Date
    Dec 2010
    Posts
    68
    Liked
    0 times
    intro sitesi. yani pvpserverler.org daki script çıkacak. oradan /forum linkine tıklayıncada forum açılacak.

  4. #4
    Senior Member RiNNeGaN's Avatar
    Real Name
    Levent
    Join Date
    Oct 2010
    Location
    Izmir /Buca
    Posts
    162
    Liked
    10 times
    ok intro sayfasindaki Forum linkini www.site-adi-com/forum yaparsiniz forum'a yonlendirmis olursunuz.

Similar Threads

  1. Resimler için alt tagı nasıl yapılıyor?
    By YusufGuvencli in forum Türkçe
    Replies: 9
    Last Post: 10-01-2011, 08:11 AM
  2. htacces legt Forum auf unerwünschten Pfad
    By Jojonas in forum Deutsch
    Replies: 11
    Last Post: 07-15-2009, 04:19 PM
  3. VbSeo için robot.txt nasıl olmalı?
    By NukeLeo in forum Türkçe
    Replies: 16
    Last Post: 10-10-2008, 10:15 AM
  4. Replies: 2
    Last Post: 10-04-2008, 06:41 PM
  5. Replies: 0
    Last Post: 02-16-2008, 05:46 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
  •