0
所以,我有一個Apache服務器,和一個api
目錄。當你去/api
它顯示目錄的內容,這看起來有點像這樣用文件替換Apache Dir?
Index of /api
[ICO] Name Last modified Size Description
[PARENTDIR] Parent Directory -
[ ] admins 2016-08-10 22:29 15
[ ] users 2016-08-10 22:17 30
Apache/2.4.7 (Ubuntu) Server at quea-bjskistad.c9users.io Port 443
而不是顯示這一點,我希望它顯示,到.*quea/api.html
的道路是一個文件。我需要做什麼來完成這個任務?
我覺得這應該工作,但我得到一個500內部服務器錯誤,這意味着什麼是不正確的,我的'.htaccess '。 – baranskistad
你不能在'.htaccess'文件中有任何'別名',因此是500.請參閱https://httpd.apache.org/docs/current/mod/mod_alias.html中的上下文 – Capsule