Forum Webscript.Ru
Общие => Веб-технологии => Тема начата: kurix от 28 Марта 2002, 22:39:19
-
Как в Apache прописать алиас чтоб
при обращении к /dir1/* он выдавал /dir2/index.html
на Sambar Server выглядело так
/dir = /dir1/index.html
-
http://apache.org и читать про mod_rewrite
-
mod_alias:
http://httpd.apache.org/docs/mod/mod_alias.html
-
Alias /имя/ "место нахождения/имя/"
Пример
Alias /Gb/ "/web/gb/"
для открытия index.html пропиши DirectoryIndex (в httpd.conf) как index.html