xampp apache中文檔名網址 - Linux

Table of Contents


google 查到要讓 apache 支援中文檔名網址需要模組 mod_fileiri

必須下載 mod_fileiri.c

並用 apxs -i -a -c mod_fileiri.c 編譯產生 mod_fileiri.so

目前我是用 Xampp for Windows 架設網站

xampp\apache\bin 有 apxs.bat 這個檔案

但是我在命令提示字元執行 apxs -i -a -c mod_fileiri.c 會出現錯誤訊息

顯示 "\xampp\apache\bin"\httpd.exe not found or not executable

請問要如何才能讓 xampp 的 apache 支援中文檔名網址呢?

ps.我知道不管檔案還是資料夾名稱都應該用英文命名最好,但是逼不得已
還是有很多情況要用到中文命名

請各位大大解惑了,謝謝。

--

All Comments