How do I setup an Alias on Apache with XAMPP on Linux ? (Permission problem)
- by knarf
XAMPP works fine but I want to have http://localhost/f to point to /home/knarf/prog/php/fwyxz.
I've chmod -R 777 /home/knarf/prog/php/fwyxz
I've added Alias /f /home/knarf/prog/php/fwyxz at the end of the httpd.conf
And when I try to access it, I get a 403.
From the apache error_log: [error] [client 127.0.0.1] (13)Permission denied: access to…