sikofitt Posted September 24, 2005 Share Posted September 24, 2005 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 Quote Link to comment Share on other sites More sharing options...
neylitalo Posted September 24, 2005 Share Posted September 24, 2005 instead of using the shortened pathnames ("C:/Progra~1/hMailS~1/PHPWeb~1/") use the full path names. ("C:/Program Files/hMailS...etc"). You have to put the actual name of the folder, not the shortened one. Quote Link to comment Share on other sites More sharing options...
sikofitt Posted September 24, 2005 Author Share Posted September 24, 2005 Ok, i changed it, and it didn't work, so moved the forward slashs to back slashes and now it giving me error 403 i'm not authorized to view this page. but in my apache code its supposed to allow everybody. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.