Leser: 11
QuoteUm das Modul in .htaccess-Dateien zu aktivieren, muss meist noch im Verzeichnis /etc/apache2/sites-enabled/ die Datei 000-default bzw. default (je nach Version) angepasst werden. Dazu muss die Datei in einem Editor mit Root-Rechten geöffnet werden
2014-04-25T08:50:12 biancaDu kennst den anderen Thread nicht.
2014-04-25T10:43:23 janVielleicht solltest Du anderes verlinken, wenn Du dich darauf beziehst.
2014-04-25T13:59:13 biancaHast du mein Posting msg #175025 gesehen?(...) außer GwenDragon, und sie wußte bis jetzt leider die Lösung auch nicht, daher hier nochmal die Frage in die Runde.
2014-04-25T14:14:07 GwenDragon2014-04-25T13:59:13 biancaHast du mein Posting msg #175025 gesehen?(...) außer GwenDragon, und sie wußte bis jetzt leider die Lösung auch nicht, daher hier nochmal die Frage in die Runde.
2014-04-25T14:18:48 biancaKlar doch. Wenn du Bock hast, schenk mir nen Amazon-Gutschein ;)Danke besonders dir ganz recht herzlich für deine Ausdauer!!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
C:\Apache2\>grep -i Include httpd.conf
LoadModule include_module modules/mod_include.so
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
# Possible values include: debug, info, notice, warn, error, crit,
# If you include a trailing / on /webpath then the server will
# To parse .shtml files for server-side includes (SSI):
# (You will also need to add "Includes" to the "Options" directive.)
#AddOutputFilter INCLUDES .shtml
# included to add extra features or to modify the default configuration of
#Include conf/extra/httpd-mpm.conf
#Include conf/extra/httpd-multilang-errordoc.conf
#Include conf/extra/httpd-autoindex.conf
#Include conf/extra/httpd-languages.conf
#Include conf/extra/httpd-userdir.conf
#Include conf/extra/httpd-info.conf
#Include conf/extra/httpd-vhosts.conf
#Include conf/extra/httpd-manual.conf
#Include conf/extra/httpd-dav.conf
#Include conf/extra/httpd-default.conf
#Include conf/extra/httpd-ssl.conf
2014-04-25T09:15:40 GwenDragonIn C:\Apache2\conf\extra sind diverse Konfig-Dateien, die in der Reihenfolge, die in der httpd.conf stehen, geladen werden.
Was hast du denn aktiviert?
2014-04-25T09:15:40 GwenDragonWie wäre es, wenn du die httpd-vhosts.conf für deinen Vhost nimmst? ;)