Strong
Yeni Üye
- Katılım
- 19 Şub 2024
- Mesajlar
- 24
- Tepkime puanı
- 5
- Puanları
- 3
Selam arkadaşlar,
Size htaccess kullanarak tüm web sitesindeki linkleri tek bir sayfaya yada başka bir siteye nasıl yönlendireceğinizin kodunu paylaşıyorum.
Size htaccess kullanarak tüm web sitesindeki linkleri tek bir sayfaya yada başka bir siteye nasıl yönlendireceğinizin kodunu paylaşıyorum.
Kod:
RewriteEngine on
RewriteRule ^(.*)$ https://yenisite.com/ [R=301,L]
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “alt-php44” package as the default “PHP” programming language.
<IfModule mime_module>
AddHandler application/x-httpd-alt-php44 .php .php4 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit