Jump to content

redirection,


ludjer

Recommended Posts

i have a apache server running on my computer at home, i

would like it to when ever i request http://ip address/d-drive/ to goto d:\,

i tried

ScriptAlias /d-drive/ "D:/"

ScriptAlias /e-drive/ "E:/"

ScriptAlias /f-drive/ "F:/"

and

Alias /f drive F:\

Alias /e drive E:\

Alias /d drive D:\

 

ScriptAlias gave me

Access forbidden!

 

You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.

 

If you think this is a server error, please contact the webmaster.

Error 403

and alias would not let me start my server

 

is there anyway i can do this

 

thanks in advanced

Link to comment
https://forums.phpfreaks.com/topic/72169-redirection/
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.