vBulletin Search Engine Optimization
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 ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| .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]
Code: RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
simdiden tskler |
|
#2
| ||||
| ||||
|
Ö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. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| URL Rewrite Ayarları nasil olmalidir | ZeKiTuRk | Türkçe | 3 | 03-28-2008 12:39 PM |
| vBSeo PaneLini Turkce Nasil YapiLir.. | Foxla | Türkçe | 2 | 03-15-2008 05:14 PM |
| arşivde konulara girilebilsin ve konu başlıkları linkte geçsin NASIL? | vezir | Türkçe | 5 | 01-12-2008 12:52 PM |
| Wordpress htaccess + vbseo htaccess | chris06 | URL Rewrite Settings | 1 | 11-01-2007 12:56 PM |
| .htaccess in forum root w/ exisiting .htaccess? | OttoBomb | Troubleshooting | 5 | 07-03-2007 04:45 PM |