對於mod_rewrite,我完全無能爲力,所以我很樂意爲您提供幫助。我只希望Apache根據檢測到的國家語言重定向我的主頁。我的PHP是以多種語言自動翻譯的,我試圖避免因爲搜索引擎優化而將相同的確切網站與子域和域相乘 - 但看起來谷歌並沒有如此先進,沒有其他選擇。 例如 mysite.com to:
mysite.com/index.php?lang=nl for holland
mysit
我發現與在線翻譯對bing translation online webpage 英文文本我正在翻譯(西班牙)的文本翻譯API的行爲之間存在一些差異是: "*Add the shallot, tomatoes, peppers and red pepper flakes and cook, stirring often, until slightly softened and aromatic,
我想利用我已經實現了下面的代碼PHP的gettext()翻譯我的網站: if (false === function_exists('gettext')) {
echo "You do not have the gettext library installed with PHP.";
exit(1);
}
setlocale(LC_ALL, 'en_US.UTF-8');