Alias
Posted by: Darren (149.254.120.---)
Date: January 05, 2006 12:00PM

Hi all,

I've installed 1.6.0 of Wamp yesterday and have been playing with the alias which I do not seem to be having any success with.
I have two Disc partitions and I have instaleld WAMP to c:\
my data is split into various folders on the d: drive
if I set my base serverroot to the default (c:\wamp\www) then set up various the alias' I require, i.e.
home....................................d:\wwwhome
php........................................d:\wwwtest\deploy

etc
The alias script always tells me that it has created the alias successfully but when I [127.0.0.1] I get NOT FOUND /home

and If I copy a standard .html into c:\wamp\www I have to call the file directly (even though the file is called index.html)

How do I switch on directory browsing?

I was using Abyss web server before but was recommended to switch to WAMP


Options: ReplyQuote
Re: Alias
Posted by: Alessandro (201.11.160.---)
Date: January 12, 2006 12:47AM

Hei,


I am with the same problem.

I go to be waiting a solution, also.

Tks.

Options: ReplyQuote
Re: Alias
Posted by: Alessandro (201.11.160.---)
Date: January 12, 2006 05:03AM

Hi,

For mine in case that, and I the same believe to be of its, found the solution.

In file economista.conf in "alias" folder:


Alias /economista/ "d:/desenv/economista/www_final"
<Directory "d:/desenv/economista/www_final">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>



The solution was to place one '/' in the end of the way:


Alias /economista/ "d:/desenv/economista/www_final/"
<Directory "d:/desenv/economista/www_final/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>



Good luck!!!

Options: ReplyQuote


Sorry, only registered users may post in this forum.