vBulletin Search Engine Optimization
This is a discussion on domain.com'u www.domain.com'a yönlendirmek within the Türkçe forums, part of the General Discussion category; baslangic olarak icerik boyle .htacessin Code: # Comment the following line (add '#' at the beginning) # to disable mod_rewrite ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#46
| |||
| |||
| baslangic olarak icerik boyle .htacessin 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)
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]
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)
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
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule (.*) http://www.siteminadi.com/$1 [R=301,L]
|
|
#48
| |||
| |||
|
evet daha kesfettim.. |
|
#49
| |||
| |||
| www.domainimiz.com lu olarak mı kullanmak daha iyi yoksa domainimiz.com olarak mı kullanmak daha iyi üstadlar ?
|
|
#50
| |||
| |||
| Code: RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.domain\.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
|
|
#52
| |||
| |||
| 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\.xxx\.net
#RewriteRule (.*) http://www.xxx.net/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
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]
|
|
#54
| ||||
| ||||
|
Konuyu ve mesajların tamamını okudum, böylece yaptığım hataları düzelttim. Bilgi veren herkese teşekkürler. |
|
#55
| ||||
| ||||
|
gayet güzel bir bilgi bazı arkadaşlarımız direk forum ismi bölümünden değiştiriyor ve doğal olarak siteleri açılmıyor |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Redirect parked domain to primary domain | Arkidas | General Discussion | 9 | 03-20-2008 06:19 PM |
| Rewrite question - domain.com -> www.domain.com | Chris-777 | General Discussion | 4 | 06-05-2007 01:53 PM |
| Main Domain with 1 Add-On Domain and 3 Parked Domains | IrDVB | General Discussion | 1 | 03-25-2007 03:36 PM |
| username.domain.com > domain.com?id=userid | voteforbird | Custom Rewrite Rules | 2 | 09-27-2006 02:56 PM |
| redirect domain.com/index.php to www.domain.com/ | LarryEitel | Custom Rewrite Rules | 4 | 07-05-2006 10:38 AM |