Which statements about the Alias and Redirect directives in Apache HTTPD's configuration file are true? (Choose two.)



A. Alias can only reference files under DocumentRoot
B. Redirect works with regular expressions
C. Redirect is handled on the client side
D. Alias is handled on the server side
E. Alias is not a valid configuration directive

題解

Apache設定檔中的「Alias」命令可以將伺服器檔案系統的路徑以其它路徑來表示。「Redirect」命令可以利用HTTP協定來告訴使用者,目前請求的網址應被導引到另一個網址。

因此答案是選項「C」和選項「D」。