[Apache]文档途径与URL不一致时的三种解决方案

[Apache]文档路径与URL不一致时的三种解决方案摘自Apache CookbookAliasing refers to mapping a URL to

[Apache]文档路径与URL不一致时的三种解决方案
摘自"Apache Cookbook"


Aliasing refers to mapping a URL to a particular directory.
Redirecting refers to mapping a URL to another URL.
And Rewriting refers to using mod_rewrite to alter the URL in some way.