Vb foruma gırıs yapılmasına karsın gırıs yapılmamıs gıbı gorunuyor bazen gırıs yapıldıgı halde hıc gırıs yapamıyoruz sorun nerdır
This is a discussion on Cookies sorunu yardım within the Türkçe forums, part of the General Discussion category; Vb foruma gýrýs yapýlmasýna karsýn gýrýs yapýlmamýs gýbý gorunuyor bazen gýrýs yapýldýgý halde hýc gýrýs yapamýyoruz sorun nerdýr...
Vb foruma gırıs yapılmasına karsın gırıs yapılmamıs gıbı gorunuyor bazen gırıs yapıldıgı halde hıc gırıs yapamıyoruz sorun nerdır
.htaccess iniz içerisinde RewriteBase in önündeki # işaretini kaldırın
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
The requested URL /vbseo.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
seklınde hata verdı ve sıte acılmadı
Gerekli şekilde RewriteBase in yanındaki kodu düzenlediniz mi ? Forumunuza point edecek şekilde ?
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
RewriteBase önündeki işaret dosyalar rootta değilken mi kaldırılmalı?
Her zaman kaldırılmamalı. Gerektiği zamanlarda kaldırılmalı.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Hala sorun devam edıyor ne yapmam lazım
dedıgınızı yapınca
The requested URL /vbseo.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
hatası verdı ve sayfa acılmadı
.htaccess içeriğinizi paste edermisiniz
ayrıca vbulletin ayarlarında cookies domain olarak ne kullanıyorsunuz.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
aynı sorun bende de var herkesde değilk ama üyeler sürekli tekrar giriş yapmak zorunda kaldıkalrını söylüyolar. ben de tavsiyenizle rewritebase başındaki # kaldırdım / yanına forum yazdım şimdilik sorun yok olursa yine buraya yazarım . teşekkürler
malesefsorun devam ediyor. htaccess içerğim burda yardım ederseniz sevinirim. üyeler tekrar giriş yapmak zorunda kalıyor ben dahil
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 /forum #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) yourdomain.com [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]
.htaccess içeriğinizi aşağıdaki gibi modifiye edin ayrıca cookie domain'inizin doğru ayarlandığından emin olun (yourdomain.com kısmını domain adresinizle değiştirmeyi unutmayın)
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 vBulletin folder (i.e. RewriteBase /forums) RewriteBase /forum RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com RewriteRule (.*) http://www.yourdomain.com/forum/$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]
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
değiştirdim fakat sorun devam etti. aslında kafa karıştıran herkeste olmaması belli kişilerde var. ben de dahil. forum admin panelinde coockie domain boş olarak ayarlanmıştı site ismimi seçtim. inşallah bi faydası olur
üyelerin söyleidkleirne göre 2 mesajbyazınca hemen yetkiniz yok diyip forumdan atıyor tekrar giriş yapmak zorunda kalıyorlarmış ne yapabilriz
cookie domain boş kullanamazsınız. cookie domain olarak ne eklediniz şu anda.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam