Hi everyone. I'm new here.
Can anyone please tell me how to run the Alias directive on a RedHat Linux server using Apache (all latest versions). I don't have physical access to the server but I do have SSH
As it stands right now the following URL is associated with the following directory:
--> /home/mysite/public_html/test
I would like to have this instead:
--> /home/someotherdirectory
When I log in using the SSH client, it doesn't even recognize the Alias directive. It is possible that mod_alias has not been enabled but I don't know how to check that, much less enable it...
So my question is HOW do I enable it and how do I use it to accomplish the above task?
I'm sure it's something really simple that I'm missing but I can't figure it out for the life of me... Thanks in advance.
Can anyone please tell me how to run the Alias directive on a RedHat Linux server using Apache (all latest versions). I don't have physical access to the server but I do have SSH
As it stands right now the following URL is associated with the following directory:
--> /home/mysite/public_html/test
I would like to have this instead:
--> /home/someotherdirectory
When I log in using the SSH client, it doesn't even recognize the Alias directive. It is possible that mod_alias has not been enabled but I don't know how to check that, much less enable it...
So my question is HOW do I enable it and how do I use it to accomplish the above task?
I'm sure it's something really simple that I'm missing but I can't figure it out for the life of me... Thanks in advance.