Re-direct Alias file path.

Discussion in 'Apache' started by airinaga, Mar 13, 2017.

  1. #1
    I believe this is the correct spot for this post.

    Just wondering if the following is possible:

    redirect ://easyname/path/to/file

    to

    ://servername:8000/the/real/path/to/file

    Basically I am trying to call the full server name and path with an alias. Where I don't want to return the full name of the server.
     
    airinaga, Mar 13, 2017 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    I would recommend looking into mod-xsendfile, which is a module for Apache, and will allow for completely anonyous fetching of files/sending to user.
     
    PoPSiCLe, Mar 13, 2017 IP