vBulletin Search Engine Optimization
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...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Cookies sorunu yardım 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
|
|
#3
| |||
| |||
| Quote:
deneyım bır tesekkurler |
|
#4
| |||
| |||
|
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ı |
|
#6
| |||
| |||
|
RewriteBase önündeki işaret dosyalar rootta değilken mi kaldırılmalı?
|
|
#8
| |||
| |||
|
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ı |
|
#10
| |||
| |||
|
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
|
|
#11
| |||
| |||
|
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]
|
|
#12
| ||||
| ||||
|
.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]
|
|
#13
| |||
| |||
|
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
|
|
#14
| |||
| |||
|
üyelerin söyleidkleirne göre 2 mesajbyazınca hemen yetkiniz yok diyip forumdan atıyor tekrar giriş yapmak zorunda kalıyorlarmış ne yapabilriz
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to add cookies after upgrade | sensimilla | Troubleshooting | 1 | 06-29-2006 07:54 AM |