Mesaj Sayısı : 1316 Yaş : 29 Nerden : Kocaeli İş/Hobiler : Bilgisayar / İnternet / Öğrenci Takımınız : !.. GaLaTaSaRaY ..! Uğurlu Sayınız : Kayıt tarihi : 23/01/09
Konu: Menü Adreslerini html Yapma Paz Şub. 01, 2009 3:25 pm
Bunun için Seo4SMF Admin Paneline gidip "Beautifying url for forum actions ?" işaretliyorsunuz. Bunu yaptıktan sonra ; .htaccess dosyasını aç ve bul
PHP- Kodu:
#uncomment if you use beautifying url actions #RewriteCond %{REQUEST_METHOD} =GET #RewriteCond %{QUERY_STRING} ^action=(.*)$ #RewriteRule ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]
Değiştir
PHP- Kodu:
#uncomment if you use beautifying url actions RewriteCond %{REQUEST_METHOD} =GET RewriteCond %{QUERY_STRING} ^action=(.*)$ RewriteRule ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]
Yine Bul
PHP- Kodu:
#New action Url's - uncomment if you use beautifying url actions #RewriteRule ^(.*)\.html(.*)$ index.php?dummy=1;action=$1;$2 [L] #RewriteRule ^(.*)\.html$ index.php?dummy=1;action=$1 [L]
Değiştir
PHP- Kodu:
#New action Url's - uncomment if you use beautifying url actions RewriteRule ^(.*).html(.*)$ index.php?dummy=1;action=$1;$2 [L] RewriteRule ^(.*).html$ index.php?dummy=1;action=$1 [L]
Böylece menü adresleri .html şeklinde olur örnek=profile.html