yapmak istediğim siteadi.com/forum/konu-adi
oluşan url: siteadi.com/konuadi
htaccess dosyası bu şekilde:
RewriteEngine on # MyBB - Google Seo Plugin /.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 ^([^&]*)&(.*)$ https://siteadi.com.tr/forum/$1?$2 [L,QSA,R=301] # Google SEO URL - 404 Sayfaları: ErrorDocument 404 /forum/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 ^altforum\-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC] # Google SEO URL - Konular: RewriteRule ^konu\-([^./]+)$ 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/Ajanda: RewriteRule ^takvim\-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC] # Google SEO URL - Etkinlikler: RewriteRule ^etkinlik\-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
