Bu kodları forum klasörünün içindeki .htaccess dosyasına ekleyeceksiniz. Ana dizindekine dokunmayın sakın.
RewriteEngine on
# Hosting paketinizde, RewriteBase ve RewriteRules özelliklerinin etkin olması gerekli.
RewriteBase /forum/
# ./forum/search.php sorunlarınız geçici çözümler:
# ./forum/.htaccess dosyası için yazma izni vermeniz gerekiyor. (777)
RewriteRule ^([^&]*)&(.*)$ http://siteadresi.com/forum/ $1?$2 [L,QSA,R=301]
# Google SEO 404 Sayfaları:
ErrorDocument 404 /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 ^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:
RewriteRule ^takvim-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]
# Google SEO URL Etkinlik:
RewriteRule ^etkinlik-([^./]+)\.html$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
# Hosting paketinizde, RewriteBase ve RewriteRules özelliklerinin etkin olması gerekli.
RewriteBase /forum/
# 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 ^Forum\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]
# Google SEO URL Konular:
RewriteRule ^Thread\-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]
# Google SEO URL Duyurular:
RewriteRule ^Announcement\-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]
# Google SEO URL Kullanıcılar:
RewriteRule ^User\-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]
# Google SEO URL Takvim:
RewriteRule ^Calendar\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]
# Google SEO URL Etkinlik:
RewriteRule ^Event\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
Bu .htaccess dosyasının tam olması gerektiği halidir. Varsa tamamını bu kodlarla değiştirin. Yoksa .htacces dosyası oluşturup bu kodları girmeniz yeterlidir. siteadresi.com bölümünü değiştirmeyi unutmayın.