Hallo,
Ich versuche ein Apache alias in meiner .htaccess zu setzen,
nur leider funktioniert das nicht...
-FrontPage-
Alias /forum/ "C:\Programme\Apache Group\Apache2\htdocs\phpBB2"
<Directory "C:\Programme\Apache Group\Apache2\htdocs\phpBB2">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ErrorDocument 404 http://bitplan.com/~mf/missing.php
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
Was hab ich falsch gemacht?
Danke!