C and D are correct!
https://httpd.apache.org/docs/current/mod/mod_alias.html#redirect
https://httpd.apache.org/docs/current/mod/mod_alias.html#alias
A. The Alias directive allows documents to be stored in the local filesystem other than under the DocumentRoot.
B. Regex only works with RedirectMatch
C. Yes it tells client go here
D. Yes, invisible redirection
E. it is. see above
Explanation:
Redirect directive in Apache allows the use of regular expressions to match URLs and perform redirections based on patterns. It provides flexibility in specifying URL redirection rules using regular expressions to match various patterns of URLs.
Alias directive maps URLs to file system paths on the server and is handled on the server side, allowing resources to be referenced from locations outside of the DocumentRoot.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
snorbis
4 months, 4 weeks agojchavarria12
6 months, 2 weeks agoaafanasjevs
2 years, 1 month agoArmina
2 years, 4 months ago