Misafir adlı üyeden alıntı: mesajı görüntüle
denermisin

# Enable Rewrite Engine
RewriteEngine On

# Redirect URLs ending with ?m=1 to URLs without the query string
RewriteCond %{QUERY_STRING} ^m=1$
RewriteRule ^(.*)$ /$1? [R=301,L]

# Redirect HTTP requests to HTTPS with www
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

# Redirect old page URLs to new page URLs
Redirect 301 /p/site-hakknda.html https://www.siteadi.com/hakkimizda/
Redirect 301 /p/iletisim.html https://www.siteadi.com/iletisim/
Redirect 301 /p/gizlilik-politikas.html https://www.siteadi.com/gizlilik-politikasi/
Redirect 301 /p/cerez-politikas.html https://www.siteadi.com/cerez-politikasi/

# Additional Rewrite Rules
<IfModule mod_rewrite.c>
    RewriteRule atom.xml /feed? [L,R=301]
    RewriteRule rss.xml /feed? [L,R=301]
    RewriteRule ^feeds/posts/?.*$ /feed? [L,R=301]
    RewriteRule ^feeds/comments/?.*$ /comments/feed? [L,R=301]
</IfModule>
Teşekkür ederim fakat aynı hocam, olmadı maalesef.

SemihYolcu adlı üyeden alıntı: mesajı görüntüle
RewriteEngine on
RewriteCond %{HTTP_HOST} ^alanadiniz.com [NC]
RewriteRule ^(.*)$ http://www.alanadiniz.com/$1 [L,R=301,NC]
www yönlendirme kodu
Teşekkürler hocam, bunu denedim. İşe yaramadı.