in reply to Re: file::find usage with apache question
in thread file::find usage with apache question

Thank you for your reply Corion,

I understand now, i did some reading and found out about documentroot on Apache. Seems the way i did it specifying the full path is good.

My mistake is that i was creating the link badly using just the $File::Find::name variable. Instead now use the $_ to create a good HTTP address or could extract $DocumentRoot from $File::Find::name if there are more subdirectories in 'myDir', again to create valid HTTP addresses.

Thank you for pointing it out to me.

Yoshiro

  • Comment on Re^2: file::find usage with apache question