merhaba,
şu an ana dizinde olan mybb forumu /forum klasörüne nasıl taşıyabilirim?
ana dizine wordpress kurmayı düşünüyorum. herhangi bir sorun olur mu? Google seo kullanıyorum. Yardımlarınızı bekliyorum, teşekkürler.
Forumu klasöre taşımak |
11 Mesajlar | 1.694 Okunma |
RewriteEngine on
# MyBB - Google Seo Plugin v1.6.7 /.htaccess URL kodları
RewriteBase /
# Altarnetif /.htaccess kodlarını Google Seo URL kodlarının sonuna ekleyebilirsiniz.
# ./search.php sorunları için geçici URL çözümleri:
RewriteRule ^([^&]*)&(.*)$ http://siteadi.com/ $1?$2 [L,QSA,R=301]
# Google SEO URL - 404 Sayfaları:
ErrorDocument 404 /misc.php?google_seo_error=404
# Google SEO URL - Sitemap:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]
# Google SEO URL - Forumlar:
RewriteRule ^forum\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]
# Google SEO URL - Konular:
RewriteRule ^konu\-([^./]+)\.html$ showthread.php?google_seo_thread=$1 [L,QSA,NC]
# Google SEO URL - Duyurular:
RewriteRule ^duyuru\-([^./]+)\.html$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]
# Google SEO URL - Kullanıcılar:
RewriteRule ^uye\-([^./]+)\.html$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]
# Google SEO URL - Takvim/Ajanda:
RewriteRule ^takvim\-([^./]+)\.html$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]
# Google SEO URL - Etkinlikler:
RewriteRule ^etkinlik\-([^./]+)\.html$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
# ./search.php sorunları için geçici URL çözümleri:
RewriteRule ^([^&]*)&(.*)$ http://www.siteadi.com/ $1?$2 [L,QSA,R=301]
# MyBB - Google Seo Plugin v1.6.7 /.htaccess URL kodları
RewriteBase /forum/
# Altarnetif /.htaccess kodlarını Google Seo URL kodlarının en sonuna ekleyebilirsiniz.
# ./search.php sorunları için geçici URL çözümleri:
RewriteRule ^([^&]*)&(.*)$ http://www.siteadi.com/forum/ $1?$2 [L,QSA,R=301]
# Google SEO URL - 404 Sayfaları:
ErrorDocument 404 /forum/misc.php?google_seo_error=404