
yardımlarınızı bekliyorum.
edit: 2.nci secenekte htaccess ayarlarını yaptım indexli linkler calısıyor ftpde seo dosyaları hala yok ama
12
●956

#uncomment if you use beautifying url actions
#RewriteCond %{REQUEST_METHOD} =GET
#RewriteCond %{QUERY_STRING} ^action=(.*)$
#RewriteRule ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]Bununla değiştirin:#uncomment if you use beautifying url actions
RewriteCond %{REQUEST_METHOD} =GET
RewriteCond %{QUERY_STRING} ^action=(.*)$
RewriteRule ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]Şu kodu bulun:#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]Bununla değiştirin:
#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]Sorununuz çözülür.