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
Post a Comment