MyBB Depo Forum

Orjinalini görmek için tıklayınız: Google seo sorunu
Şu anda (Arşiv) modunu görüntülemektesiniz. Orjinal Sürümü Görüntüle internal link
Sayfalar: 1 2 3
Web site Site Adresi :
Kod:
http://www.besyohazirlik.com/forum
Versiyon MyBB Sürümü : 1609
Eklenti-Plugin Kurulu Eklentiler : Google SEO 1.6.3
Hata-Sorun Sorun açıklaması : şimdi ben bu forum'u 1606 dan 1609'a güncelledim mybb yi güncelledikten sonra seo da sorun vardı seonun son sürümünü yükledim seonun son sürümü de eski url biçimini desteklemiyor en az 1 saat uğraştım nasıl uyar diye meğer desteklemiyormuş neyse seonun eski sürümünü yükledim eskisine uygun yaptım doğru da oldu ama konulara direk girince konular açılmıyor mesela arama yapıp konuyu bulabilirseniz konu açılıyor bu şekilde açtığınız konu ne alakaysa artık direk de açılıyor umarım anlatabilmişimdir kafam allak bullak oldu yanlış anlattığım yerler olabilir
merhaba. htaccess dosyanızı google seonun yeni verdiği kodlar ile düzenlediniz mi ?
(01-02-2013, Saat:22:54)xByMasteRz Adlı Kullanıcıdan Alıntı: [ -> ]merhaba. htaccess dosyanızı google seonun yeni verdiği kodlar ile düzenlediniz mi ?

merhaba evet hocam düzenledim
hatanın caps'ini yollar mısınız? ve rica edersem .htaccess dosyanızın içeriğini code tagları içerisinde yazar mısınız?
(01-02-2013, Saat:22:56)xByMasteRz Adlı Kullanıcıdan Alıntı: [ -> ]hatanın caps'ini yollar mısınız? ve rica edersem .htaccess dosyanızın içeriğini code tagları içerisinde yazar mısınız?

caps'e anlatılacak bir şey değil hocam google'da ki url den konuya girince konu bulunamadı hatası veriyor ama forumdan mesela arama yaparak konuyu bulabilirseniz konu açılıyor google dan geldiğim urlleri karşılaştırıyorum hiç bir fark yok

.htaccess:
Kod:
RewriteEngine on

# Hosting paketinizde, RewriteBase ve RewriteRules özelliklerinin etkin olması gerekli.
RewriteBase /

# Hosting paketinizde, RewriteBase ve RewriteRules özelliklerinin etkin olması gerekli.
RewriteBase /forum/

# ./search.php sorunlarınız geçici çözümler:
# ./.htaccess dosyası için yazma izni vermeniz gerekiyor. (777)
RewriteRule ^([^&]*)&(.*)$ http://www.besyohazirlik.com/forum/$1?$2 [L,QSA,R=301]

# Google SEO 404 Sayfaları:
ErrorDocument 404 /forum/misc.php?google_seo_error=404

# Google SEO Sitemap Dizin:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forumlar:
RewriteRule ^Besyo\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Konular:
RewriteRule ^([^./]+)\.html$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Duyurular:
RewriteRule ^Duyuru\-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Kullanıcılar:
RewriteRule ^Uye\-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Takvim:
RewriteRule ^Takvim\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Etkinlik:
RewriteRule ^Olay\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]

# ./search.php sorunlarınız geçici çözümler:
# ./.htaccess dosyası için yazma izni vermeniz gerekiyor. (777)
RewriteRule ^([^&]*)&(.*)$ http://www.besyohazirlik.com/forum/$1?$2 [L,QSA,R=301]
Kod:
Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
#   MediaTemple, it is known to cause random Internal Server
#   errors. For MediaTemple, please remove the block below
#
<IfModule mod_security.c>
    # Turn off mod_security filtering.
    SecFilterEngine Off

    # The below probably isn't needed, but better safe than sorry.
    SecFilterScanPOST Off
</IfModule>

#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
#   the setting enabled in the Admin CP and you have this file
#   named .htaccess
#
<IfModule mod_rewrite.c>

RewriteEngine on

# Hosting paketinizde, RewriteBase ve RewriteRules özelliklerinin etkin olması gerekli.
RewriteBase /forum/

# ./search.php sorunlarınız geçici çözümler:
# ./.htaccess dosyası için yazma izni vermeniz gerekiyor. (777)
RewriteRule ^([^&]*)&(.*)$ http://www.besyohazirlik.com/forum/$1?$2 [L,QSA,R=301]

# Google SEO 404 Sayfaları:
ErrorDocument 404 /forum/misc.php?google_seo_error=404

# Google SEO Sitemap Dizin:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forumlar:
RewriteRule ^Besyo\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Konular:
RewriteRule ^([^./]+)\.html$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Duyurular:
RewriteRule ^Duyuru\-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Kullanıcılar:
RewriteRule ^Uye\-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Takvim:
RewriteRule ^Takvim\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Etkinlik:
RewriteRule ^Olay\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]

    <IfModule mod_env.c>
        SetEnv SEO_SUPPORT 1
    </IfModule>
</IfModule>

#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml
</IfModule>

<ifmodule mod_expires.c>
  <filesmatch "\.(jpg|gif|png|gif|swf|css|js|ico)$">
       ExpiresActive on
       ExpiresDefault "access plus 1 year"
   </filesmatch>
</ifmodule>
(01-02-2013, Saat:23:16)xByMasteRz Adlı Kullanıcıdan Alıntı: [ -> ]
Kod:
Options -MultiViews +FollowSymlinks -Indexes

#
# If mod_security is enabled, attempt to disable it.
# - Note, this will work on the majority of hosts but on
#   MediaTemple, it is known to cause random Internal Server
#   errors. For MediaTemple, please remove the block below
#
<IfModule mod_security.c>
    # Turn off mod_security filtering.
    SecFilterEngine Off

    # The below probably isn't needed, but better safe than sorry.
    SecFilterScanPOST Off
</IfModule>

#
# MyBB "search engine friendly" URL rewrites
# - Note, for these to work with MyBB please make sure you have
#   the setting enabled in the Admin CP and you have this file
#   named .htaccess
#
<IfModule mod_rewrite.c>

RewriteEngine on

# Hosting paketinizde, RewriteBase ve RewriteRules özelliklerinin etkin olması gerekli.
RewriteBase /forum/

# ./search.php sorunlarınız geçici çözümler:
# ./.htaccess dosyası için yazma izni vermeniz gerekiyor. (777)
RewriteRule ^([^&]*)&(.*)$ http://www.besyohazirlik.com/forum/$1?$2 [L,QSA,R=301]

# Google SEO 404 Sayfaları:
ErrorDocument 404 /forum/misc.php?google_seo_error=404

# Google SEO Sitemap Dizin:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forumlar:
RewriteRule ^Besyo\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Konular:
RewriteRule ^([^./]+)\.html$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Duyurular:
RewriteRule ^Duyuru\-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Kullanıcılar:
RewriteRule ^Uye\-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Takvim:
RewriteRule ^Takvim\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Etkinlik:
RewriteRule ^Olay\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]

    <IfModule mod_env.c>
        SetEnv SEO_SUPPORT 1
    </IfModule>
</IfModule>

#
# If Apache is compiled with built in mod_deflade/GZIP support
# then GZIP Javascript, CSS, HTML and XML so they're sent to
# the client faster.
#
<IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml
</IfModule>

<ifmodule mod_expires.c>
  <filesmatch "\.(jpg|gif|png|gif|swf|css|js|ico)$">
       ExpiresActive on
       ExpiresDefault "access plus 1 year"
   </filesmatch>
</ifmodule>
bununla mı değiştireyim anlamadım?
Evet hocam bekliyorum
Sayfalar: 1 2 3