Forum Moderators: phranque
I wanted to create the following alias
Alias /maged/ "/usr/local/apache2/htdocs/maged"
<Directory "/usr/local/apache2/htdocs/maged">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
when i try to write in my address bar: [localhost...]
I get a 404 not found error.
What is it due to?