Thread [Apache] beliebiges Verzeichnis als Alias einrichten (4 answers)
Opened by pktm at 2011-05-27 11:32

pktm
 2011-05-27 11:32
#149194 #149194
User since
2003-08-07
2921 Artikel
BenutzerIn
[Homepage]
user image
Hallo!

Ich habe hier ein Verzeichnis: C:/test/abc und das würde ich gerne testweise über meinen Apache-Webserver ansprechen können. Und zwar über http://127.0.0.1/abc.

Ich dachte, das kann man einfach über einen Directory-Eintrag machen?
Code: (dl )
1
2
3
4
5
6
7
Alias /abc/ "C:/test/abc"

<Directory "C:/test/abc">
Options FollowSymLinks +Includes
AllowOverride None
Allow from all
</Directory>


Aber das klappt nicht, es erscheint bei http://127.0.0.1/abc die Meldung:
Quote
Not Found

The requested URL /abc was not found on this server.


Und bei http://127.0.0.1/abc/index.html kommt:

Quote
Forbidden

You don't have permission to access /abc/index.html on this server.


Wie geht das noch mal?
http://www.intergastro-service.de (mein erstes CMS :) )

View full thread [Apache] beliebiges Verzeichnis als Alias einrichten