Общие > Веб-технологии
Алиас в Apache
(1/1)
kurix:
Как в Apache прописать алиас чтоб
при обращении к /dir1/* он выдавал /dir2/index.html
на Sambar Server выглядело так
/dir = /dir1/index.html
Ancient:
http://apache.org и читать про mod_rewrite
Dm:
mod_alias:
http://httpd.apache.org/docs/mod/mod_alias.html
Soloc_so:
Alias /имя/ "место нахождения/имя/"
Пример
Alias /Gb/ "/web/gb/"
для открытия index.html пропиши DirectoryIndex (в httpd.conf) как index.html
Навигация
Перейти к полной версии