Ben bir CakePHP'de 1.2 app (1.2.2.8120) var ve ben app / webroot / .htaccess dosyasında bu kod satırı ile belirli sayfalarda Japon cep telefonları için MIME türünü değiştirmek için çalışıyorum:
AddType application / xhtml + xml. Xhtml
Bu için. Webroota klasöre doğrudan yüklenen xhtml dosyaları çalışır, ancak düzenli cakephp sayfaları çalışmıyor.
I have tried to add the same .htaccess line of code to the app/.htaccess and /.htaccess files but it did not work. I also added the line:
header ('Content-type: xhtml + xml');
beforeFilter (), app_controller yöntemi ama bu da işe yaramadı.
Teşekkürler öncesinde size sağlayabilir herhangi bir yardım için zaman.