web - Apache - Access files from multiple different folders -
is there anyway have bunch of iframes on 1 html page link several different text files located elsewhere on server?
for example, if apache server hosts html pages in: c:\apache\webdocs, there anyway link several different log files different locations like" c:\game1\logs\log.txt , c:\gameserver\logs\console.txt 1 webpage using iframes?
i suggest create shortcuts current apache document root , give apache user read permission original file. personally, haven't tested on windows machine. otherwise, can use alias directive.
alias /log1 c:\game1\logs\ and can call url http://localhost/log1/ should well.
Comments
Post a Comment