> For the complete documentation index, see [llms.txt](https://egitim.leaderos.com.tr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://egitim.leaderos.com.tr/www-yoenlendirme.md).

# WWW Yönlendirme

#### WWW yönlendirmeyi LeaderOS v5'de nasıl yapabilirim?

Öncelikle web hosting FTP sunucunuza bağlanıp ana dizindeki `.htaccess` dosyasını düzenle diyoruz. Daha sonra size aşağıda verdiğim kodu `.htaccess` dosyasındaki `## WWW YÖNLENDİRME KODUNU BUNUN ALTINA EKLEYEBILIRSINIZ ##` yazısının altına ekliyoruz ve dosyayı kaydediyoruz.

#### Kod:

```
RewriteCond %{HTTP_HOST} ^alanadin.com [NC]
RewriteRule ^(.*)$ http://www.alanadin.com/$1 [L,R=301]
```
