Current time: 11-27-2024, 03:38 PM Hello There, Guest! (LoginRegister)


Post Reply 
403 bei Alias auf externes Verzeichnis
Author Message
the3rdBIT Offline
Junior Member
*

Posts: 36
Joined: Apr 2010
Reputation: 0
Post: #1
403 bei Alias auf externes Verzeichnis
Moin Leute
Ich möchte ein Verzeichnis, das sich ausserhalb von htdocs befindet, global in alle Seiten einbinden.
Leserechte sind vorhanden (chmod -R o+r /var/www/lib/).
/etc/apache2/sites-enabled/drupal.conf:
Code:
Alias /drupalCore /var/www/lib/drupal
<Directory /var/www/lib/drupal>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        Allow from all
</Directory>

Wenn ich nun aber http://www.domain.com/drupalCore/ aufrufe, erhalte ich die Fehlermeldung "Forbidden!".
Was mache ich bloss falsch?
(This post was last modified: 04-16-2010 02:10 AM by the3rdBIT.)
04-16-2010 01:58 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
403 bei Alias auf externes Verzeichnis - the3rdBIT - 04-16-2010 01:58 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)