Re: [EMAIL PROTECTED] alias with subfolders

2008-07-30 Thread Andre Hübner
Hi, For this reason, when two or more of these directives apply to the same sub-path, you must list the most specific path first in order for all the directives to have an effect. For example, the following configuration will work as expected: Alias /foo/bar /baz Alias /foo /gaq arrg,

Re: [EMAIL PROTECTED] alias with subfolders

2008-07-30 Thread Davide Bianchi
Andre Hübner wrote: try to use Alias /folder1/folder2 /local/path/local/path in my httpd.conf. All i get is an 404 error. If i change to: Alias /folder1 /local/path/local/path /folder1 is correct maped to /local/path/local/path and requests are ok I did not found any hint that aliasing with s

[EMAIL PROTECTED] alias with subfolders

2008-07-30 Thread Andre Hübner
apache 2.2.9 Hi, try to use Alias /folder1/folder2 /local/path/local/path in my httpd.conf. All i get is an 404 error. If i change to: Alias /folder1 /local/path/local/path /folder1 is correct maped to /local/path/local/path and requests are ok I did not found any hint that aliasing with