vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Müşteri Hesap Kontrol Arayüzü vBSEO 3.2.0 Gold Yayınlandı vBSEO Başarısı: 600rafik Artışı - 1 günde $1400 Kazanç! Crawlability Inc. SEO Teknolojisi Patentine Başvurdu  vBSEO bir forumun günde $100 Reklam geliri kazanmasına yardımcı oldu  vBSEO ile en kısa sürede $20.000 kazanmak
se sw

vBSEO 3.2 Upgrade'den sonra .htacess sorunu?

This is a discussion on vBSEO 3.2 Upgrade'den sonra .htacess sorunu? within the Türkçe forums, part of the General Discussion category; Merhaba Arkadaşlar Öncelikle bildiğiniz gibi vBSEO takımı vBSEO 3.2.0 gold'u çıkardı.Tüm forum alemine hayırlı olsun dileklerimle... Sorunum şu vBSEO 3.1.0'dan ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > General Discussion > Türkçe

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-12-2008, 10:25 PM
Powerofdreams's Avatar
Senior Member
 
Real Name: Hüseyin
Join Date: Jan 2008
Location: Turkey
Posts: 112
Send a message via MSN to Powerofdreams
Question vBSEO 3.2 Upgrade'den sonra .htacess sorunu?

Merhaba Arkadaşlar

Öncelikle bildiğiniz gibi vBSEO takımı vBSEO 3.2.0 gold'u çıkardı.Tüm forum alemine hayırlı olsun dileklerimle...

Sorunum şu

vBSEO 3.1.0'dan 3.2.0'a sorunsuz upgrade ettim.Sanıyorum bu sürümde .htacess dosyasının içeriği değiştiği için onu değiştirmek gerekiyor..htacess dosyasını değiştirdiğimde forumda aşağıdaki gördüğünüz resimdeki hatayı alıyorum.Bu hata siteye normal şekilde erişmek istediğim zaman çıkıyor.



İlginç olan şu ki eski .htacess dosyasını atınca sorun kalmıyor.


Eski .htacess

Quote:
# 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
RewriteCond %{QUERY_STRING} ref=
RewriteRule .* http://www.bilgidenizi.net/? [L,R=301]
RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]
# 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]



order allow,deny
allow from all


deny from 62.68.216.196
deny from 75.126.24.188
deny from 89.107.224.8
deny from 85.105.200.167
deny from 72.232.240.124
deny from 64.92.172.146
deny from 89.149.203.87
deny from 72.232.240.122
deny from 91.198.125.2
deny from 67.228.115.242
deny from 74.86.24.120
deny from 72.9.226.237
deny from 88.255.164.19
deny from 77.41.104.29
deny from 67.228.49.12


<IfModule mod_suphp.c>
suPHP_ConfigPath /home/bilgiden/public_html/
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
Yeni htacess

Quote:
# 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
RewriteCond %{QUERY_STRING} ref=
RewriteRule .* http://www.bilgidenizi.net/? [L,R=301]
RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]

# 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]


order allow,deny
allow from all


deny from 62.68.216.196
deny from 75.126.24.188
deny from 89.107.224.8
deny from 85.105.200.167
deny from 72.232.240.124
deny from 64.92.172.146
deny from 89.149.203.87
deny from 72.232.240.122
deny from 91.198.125.2
deny from 67.228.115.242
deny from 74.86.24.120
deny from 72.9.226.237
deny from 88.255.164.19
deny from 77.41.104.29
deny from 67.228.49.12


<IfModule mod_suphp.c>
suPHP_ConfigPath /home/bilgiden/public_html/
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
Dikkat ederseniz eskisindeki bazı kodları yeniye aktardım

Şimdi ben eski htacess i kullansam sorun olur mu?

Yoksa yeniyi mi kullanmalıyım?

Yeniyi kullanmam gerekiyorsa bu hatayı nasıl giderebilirim?

Teşekkürler
__________________
You touched my life
With the softness in the night
My wish was your command
Until you ran out of love :eek:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-13-2008, 04:29 AM
zbahadir's Avatar
Senior Member
 
Real Name: Zafer BAHADIR
Join Date: Jul 2007
Location: Trabzon
Posts: 220
Send a message via ICQ to zbahadir Send a message via MSN to zbahadir Send a message via Yahoo to zbahadir Send a message via Skype™ to zbahadir
Yeniyi kullanın ve eski dosyanızda düzenlediğiniz yerleri yenisinde de aynı şekilde düzenleyin.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-13-2008, 04:50 AM
Powerofdreams's Avatar
Senior Member
 
Real Name: Hüseyin
Join Date: Jan 2008
Location: Turkey
Posts: 112
Send a message via MSN to Powerofdreams
Quote:
Originally Posted by zbahadir View Post
Yeniyi kullanın ve eski dosyanızda düzenlediğiniz yerleri yenisinde de aynı şekilde düzenleyin.
PHP Code:
 RewriteCond %{QUERY_STRINGref=
RewriteRule .* http://www.bilgidenizi.net/? [L,R=301]
RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?.htmlvbseo.php?vbseourl=forumdisplay.php&f=$1&page=$[L]
RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?.htmlvbseo.php?vbseourl=showthread.php&t=$1&page=$[L]

order allow,deny
allow from all
 
 
deny from 62.68.216.196
deny from 75.126.24.188
deny from 89.107.224.8
deny from 85.105.200.167
deny from 72.232.240.124
deny from 64.92.172.146
deny from 89.149.203.87
deny from 72.232.240.122
deny from 91.198.125.2
deny from 67.228.115.242
deny from 74.86.24.120
deny from 72.9.226.237
deny from 88.255.164.19
deny from 77.41.104.29
deny from 67.228.49.12
 
 
<IfModule mod_suphp.c>
 
suPHP_ConfigPath /home/bilgiden/public_html/
 <
Files php.ini>
   
order allow,deny
   deny from all
 
</Files>
</
IfModule
Eski kodları yukarıda verdim

Dikkat ederseniz yeniye eski kodları eklediğim halde sorun çıkıyor
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-13-2008, 11:22 AM
zbahadir's Avatar
Senior Member
 
Real Name: Zafer BAHADIR
Join Date: Jul 2007
Location: Trabzon
Posts: 220
Send a message via ICQ to zbahadir Send a message via MSN to zbahadir Send a message via Yahoo to zbahadir Send a message via Skype™ to zbahadir
Hangi bölümü eklediğinizde sorun çıkıyor ona göre yorum yapalım.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-13-2008, 01:57 PM
Junior Member
 
Real Name: Onur
Join Date: Feb 2008
Posts: 12
Bendede aynı sorun var www.sanalforum.biz yazınca anasayfa yerıne blog anasayfasına gıdıyor ve vbseo da kayıt yapamıyorum Mert Bey bırkac gundur yok galıba onu beklıyorum bende
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-13-2008, 04:34 PM
Powerofdreams's Avatar
Senior Member
 
Real Name: Hüseyin
Join Date: Jan 2008
Location: Turkey
Posts: 112
Send a message via MSN to Powerofdreams
Quote:
Hangi bölümü eklediğinizde sorun çıkıyor ona göre yorum yapalım.
Aşağıdaki kırmızıyla belirttiğim yerleri ekliyorum

Ben şuan versiyon olarak vBulletin 3.6.10 Patch Level 3 ü kullanıyorum

acaba eskini kullansam sorun olur mu?

Ki şuan için eski htacess de sorun yok



# 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
RewriteCond %{QUERY_STRING} ref=
RewriteRule .* Bilgi Denizi-Dalgalar?n Bilgiye Dönü?tü?ü Tek Deniz [L,R=301]
RewriteRule ^[^/]+f([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=forumdisplay.php&f=$1&page=$3 [L]
RewriteRule ^[^/]+t([0-9]+)(p([0-9]+))?\.html$ vbseo.php?vbseourl=showthread.php&t=$1&page=$3 [L]


# 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]


order allow,deny
allow from all


deny from 62.68.216.196
deny from 75.126.24.188
deny from 89.107.224.8
deny from 85.105.200.167
deny from 72.232.240.124
deny from 64.92.172.146
deny from 89.149.203.87
deny from 72.232.240.122
deny from 91.198.125.2
deny from 67.228.115.242
deny from 74.86.24.120
deny from 72.9.226.237
deny from 88.255.164.19
deny from 77.41.104.29
deny from 67.228.49.12


<IfModule mod_suphp.c>
suPHP_ConfigPath /home/bilgiden/public_html/
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-13-2008, 07:41 PM
Mert Gökçeimam's Avatar
vBSEO.com Webmaster
vBSEO Total Customer SupportvBulletin HackerBig Board Administrator
 
Real Name: Lizard King
Join Date: Oct 2005
Location: Istanbul
Posts: 7,528
Blog Entries: 3
Send a message via MSN to Mert Gökçeimam
Code:
 RewriteCond %{QUERY_STRING} ref=
RewriteRule .* http://www.bilgidenizi.net/? [L,R=301]
satırınızda hata var. Bu kuralda eksiklik var. domain.com'u www.domain.com'a yönlendirmek konusunu dikkatli okuyup uygulayın.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
.htaccess, sorun, upgrade, vbseo3.2

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Sitemap-Veri yok. Lütfen kısa bir süre sonra tekrar deneyin. BEyefendi Türkçe 25 10-02-2008 02:09 PM
Vbseo 3.2.0 Guncellemeden Sonra Hata avsunforum.com Türkçe 10 09-27-2008 10:18 AM
404.php dosyası oluşturduktan sonra hata aldım. rizelim Türkçe 0 06-02-2008 03:50 PM
VbSeo kurduktan sonra yetkileri kısıtladı JeaLouS Türkçe 3 02-26-2008 11:21 AM
Migrating VBSEO to a New Server - Had to rename .htacess for it to work Need Help! :) Bloggeries URL Rewrite Settings 5 02-22-2008 12:17 PM


All times are GMT -4. The time now is 06:12 PM.


Powered by vBulletin® Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.