.htaccess dosyasını açıp şu değişiklikleri yap.
Bul ;
Alıntı
#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 ;
Alıntı
#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 ;
Alıntı
#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..
Alıntı
#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]
Sonrasında tekrar ftp'ye at .htacces dosyasını.