Forum Moderators: phranque
I am trying to set up an alias. I is only for testing and doesn't need to be accessed from the outside.
So far I added (in the apache http.conf
Alias /test "c:/internet/apachefriends/xampp/htdocs/test/"
<Directory "c:/internet/apachefriends/xampp/htdocs/test/">
Options Indexes MultiViews ExecCGI
DirectoryIndex index.html
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I soon as I add a file called index.html
I no lang can access the url I get the error
"You don't have permission to access /test/< on this server."
When I change the name of index.html to something else I sundenly see all the files in the directory
Also the php inside this file is not parsed. But The Xampp samples do work?
What do I need to change in my config?
Albert
Alias /test c:\internet\apachefriends\xampp\htdocs\test Does that work any better? If not, do you have mod_alias enabled?