htaccess file








301
301 Redirect
301 Redirect

301
301 ϡ ˡ

htaccess.
ǡ

301

.htaccess

.htaccess


301

.htaccess
redirect 301 /old/old.htm http://www.yousite.com/new.htm



/old/old.htm

http://www.domain.com

http://www.yousite.com/new.htm







www and non www

seoera.net

http://www.seoera.net


htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} ^seoera.net
RewriteRule (.*) http://www.seoera.net/$1 [R=301,L]

Rdirect htm to php

htaccess.
RewriteEngine on
RewriteBase /
RewriteRule (.*).htm$ /$1.php