php - How can I alias a path to another without the user knowing that path? -


I thought I could do it with rewriting, but I can not find any information about it. I want to do this.

/ path / to / my / program / index.php

I want to use a link to use.

/forum/index.php

Is that correct?

Yes, if you are using Apache then the webserver may be possible.
Depending on what you want to achieve, it may also be that there is a simple instruction move.

  alias / forum / path / in / my / program  

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -