# HG changeset patch # User diego # Date 1232493833 0 # Node ID 71e985becf45ca4b4a1707f4566d8001e8ea9cd1 # Parent 9cca80350d30267a3afd258283a0d45b2091caf8 The homepage/ subdirectory should no longer be redirected on web mirrors. diff -r 9cca80350d30 -r 71e985becf45 DOCS/tech/mirrors/mirror_howto.txt --- a/DOCS/tech/mirrors/mirror_howto.txt Tue Jan 20 17:20:16 2009 +0000 +++ b/DOCS/tech/mirrors/mirror_howto.txt Tue Jan 20 23:23:53 2009 +0000 @@ -160,15 +160,13 @@ Set up Apache or whatever web server you prefer. We just have static pages, so no fancy configuration is necessary. However, we need a few aliases so that links on our pages work correctly. /MPlayer and /DOCS should redirect to the -directory with the downloadable files and /homepage should redirect to the -directory with the HTML pages. +directory with the downloadable files. Here is an example stanza to paste into your Apache configuration: DocumentRoot /path/to/htdocs Options FollowSymLinks Indexes - Alias /homepage /path/to/htdocs Alias /MPlayer /path/to/MPlayer Alias /DOCS /path/to/MPlayer/DOCS AddDefaultCharset off @@ -177,7 +175,6 @@ DocumentRoot /path/to/htdocs Options FollowSymLinks Indexes - Alias /homepage /path/to/htdocs Alias /MPlayer /path/to/MPlayer Alias /DOCS /path/to/MPlayer/DOCS AddDefaultCharset off @@ -205,7 +202,7 @@ address (www.mplayerhq.hu): - The virtual host is reachable by its address. -- The subdirectories MPlayer, DOCS and homepage work. +- The MPlayer and DOCS subdirectories work. - The man pages and documentation are served with the correct content-type. Try Russian or Chinese, you will notice breakage immediately.