Broun Emmanuel wrote:
Hello Am a newbie, doing research for instantiating models accross the internet. I installed Apache 2.05 but am failing to configure it for aliases, which i can do easily with IIS I want to be able to access different folders, other than the DocumentRoot but i wrote this but it doesnt work. Alias /SRC "/TUMWESIGYE RESEARCH/SRC/">
Try Alias /SRC/ "/TUMWESIGYE RESEARCH/SRC/" ^ From default httpd.conf:# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname # # Note that if you include a trailing / on fakename then the server will # require it to be present in the URL. So "/icons" isn't aliased in this # example, only "/icons/". If the fakename is slash-terminated, then the # realname must also be slash terminated, and if the fakename omits the # trailing slash, the realname must also omit it. #
<Directory "/TUMWESIGYE RESEARCH/SRC/"> Options Indexes +FollowSymLinks AllowOverride none Order deny,allow Allow from all </Directory>I thought that by using http://localhost/src i would access the webpages in this alias--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
Regards Bodo --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx