You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Broun Emmanuel <be...@yahoo.co.uk> on 2006/05/03 18:12:09 UTC

[users@httpd] Creating Aliases

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/">
<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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Creating Aliases

Posted by Rainer Sokoll <R....@intershop.de>.
On Wed, May 03, 2006 at 04:12:09PM +0000, Broun Emmanuel wrote:

> Alias /SRC "/TUMWESIGYE RESEARCH/SRC/">
                                        ^
Typo?

Rainer

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org