Bu konu optimizasyon için önemli bir konu o yüzden buraya açtım .
domain.com sekmesindeki .htaccess dosyayı için şu değişikler yapılır.
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^whatever/(.*)$ http://www.domain.com/$1/ [R=301,L]
or
RewriteRule ^index.htm$ http://www.domain.com/ [R=301,L]
Options +Indexes
301 ile ilgili ufak bir dip not
http://www.mattcutts.com/blog/the-little-301-that-could/
domain.com sekmesindeki .htaccess dosyayı için şu değişikler yapılır.
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^whatever/(.*)$ http://www.domain.com/$1/ [R=301,L]
or
RewriteRule ^index.htm$ http://www.domain.com/ [R=301,L]
Options +Indexes
301 ile ilgili ufak bir dip not
http://www.mattcutts.com/blog/the-little-301-that-could/