In my config file:
DocumentRoot "/usr/share/squirrelmail/"
Alias /mail /usr/share/squirrelmail/
Works Great. No problems. I added a file in that location:
/usr/share/squirrelmail/temptemp/usage/index.hmtl
When I type the following at a browswer:
No problems (hurray)!
Now I want to store the usage directory elsewhere on my server. I put them into /var/ I edited
/usr/share/squirrelmail/temptemp/usage/index.php
to be:
<?php
header('Location: /var/ ?>
<html></html>
When I type the following on my browser:
I get a 404 error:
The requested URL /var/ was not found on this server.
Any help appreciated.
DocumentRoot "/usr/share/squirrelmail/"
Alias /mail /usr/share/squirrelmail/
Works Great. No problems. I added a file in that location:
/usr/share/squirrelmail/temptemp/usage/index.hmtl
When I type the following at a browswer:
No problems (hurray)!
Now I want to store the usage directory elsewhere on my server. I put them into /var/ I edited
/usr/share/squirrelmail/temptemp/usage/index.php
to be:
<?php
header('Location: /var/ ?>
<html></html>
When I type the following on my browser:
I get a 404 error:
The requested URL /var/ was not found on this server.
Any help appreciated.