Ben dilli bir web sitesi yazıyorum. Ben gibi sunucu üzerinde birden fazla dosya var:
/index.php
/files.php
/funny.php
Ve bu gibi URL içine dil kodunu koyarak dil desteği eklemek istiyorum:
http://mywebsite/en/index.php
: yönlendirmek istiyorum
http://mywebsite/index.php?lang=en
Ve
http://mywebsite/en/files.php
: yönlendirmek istiyorum
http://mywebsite/files.php?lang=en
Örneğin ben daha fazla dil koymak istiyorum:
http://mywebsite/ch-ZH/index.php
VeI would like this to work only for files with php and php5 extension. Rest of files should be the same as they are.
Yani, örneğin i adrese gidecek
http://mywebsite/ch-ZH/index.php
Ben şimdiki yolu olduğunu kabul etmek benim PHP istiyorum
http://mywebsite
ve DEĞİL
http://mywebsite/ch-ZH
Benim PHP kodu ben akım yolu üzerinde ilgili ve onlar şimdi çalışıyoruz gibi onları çalışmak istiyorum çünkü benim için gerekli.
Eğer bu kriterleri karşılamak için Apache htaccess dosyasının nasıl hazırlanacağını yazmak misiniz?