RecaiiCan Örnek olabilir;
RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://domain.com%{REQUEST_URI} [L,R=301,NC]
Redirect 301 /eski-sayfa1 /yeni-sayfa-1
Redirect 301 /eski-sayfa2 /yeni-sayfa-2
Redirect 301 /eski-sayfa3 /yeni-sayfa-3