Jump to content

Can Someone Help Me With Aliases?


sikofitt

Recommended Posts

Ok, I'm Trying to setup the PHPWebAdmin for hMailServer.

 

I need to create a virtual directory to the scripts though.

 

 

this is what i have.

 

     Alias /hmail/ "C:/Progra~1/hMailS~1/PHPWeb~1/"
<Directory "C:/Progra~1/hMailS~1/PHPWeb~1">
<Limit GET POST OPTIONS PROPFIND>
       	Order allow,deny
       	Allow from all
</Limit>
 Options Indexes MultiViews
 AllowOverride None
 Order allow,deny
 Allow from all
</Directory>

 

What am i doing wrong. when i try to go to the interface, i get error 404.

i've tried using long names short names switching the forward slashs to back slashes. i keep getting page not found.

 

cand someone help me?

thanks

Link to comment
https://forums.phpfreaks.com/topic/2564-can-someone-help-me-with-aliases/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.