Results 1 to 2 of 2

.htaccess klasoru nasil olmali ?

This is a discussion on .htaccess klasoru nasil olmali ? within the Türkçe forums, part of the General Discussion category; Code: # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you ...

  1. #1
    Junior Member
    Real Name
    kIzIL
    Join Date
    Mar 2008
    Posts
    26
    Liked
    0 times

    .htaccess klasoru nasil olmali ?

    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 %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    OrjinaL HaLi Bu fakatogrenmek sitedigim su asagidaki kodlarin arasinda domain name var oralara kendi domainimi mi yazacam ve yazacaksam hangi sekilde olacak bi aciklarmisiniz pls
    Code:
    RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

    simdiden tskler

  2. #2
    Senior Member maxicep's Avatar
    Real Name
    Ozan A.
    Join Date
    Sep 2007
    Location
    Turkey
    Posts
    454
    Liked
    0 times
    Öncelikle direkt siteniz ana dizinde kurulu ise örnek www.xx.com gibi, o zaman hiçbi ayar yapmanıza gerek yok .

    İkincisi, yourdomain.com olan yerlere, kendi alan adınızı yazıyorsunuz.
    Başında # olan satırlar, işleme sokulmayacak satırlar, yazmanız bişeyi degistirmez. Bu satırları sadece ne yaptıgınızı biliyorsanız degistirin ve düzenleyin. Normalde orjinal hali calismaktadır

    Son olarak da .htaccess klasör degil bir dosyadır.

Similar Threads

  1. URL Rewrite Ayarları nasil olmalidir
    By ZeKiTuRk in forum Türkçe
    Replies: 3
    Last Post: 03-28-2008, 12:39 PM
  2. vBSeo PaneLini Turkce Nasil YapiLir..
    By Foxla in forum Türkçe
    Replies: 2
    Last Post: 03-15-2008, 05:14 PM
  3. Replies: 5
    Last Post: 01-12-2008, 12:52 PM
  4. Wordpress htaccess + vbseo htaccess
    By chris06 in forum URL Rewrite Settings
    Replies: 1
    Last Post: 11-01-2007, 12:56 PM
  5. .htaccess in forum root w/ exisiting .htaccess?
    By OttoBomb in forum Troubleshooting
    Replies: 5
    Last Post: 07-03-2007, 04:45 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
  •