我想使用php [复制]来掩盖URL

This question already has an answer here:

Please check following details

Suppose I have series of URLs like:

http://www.example.com/abcd1.html 
http://www.example.com/abcd2.html

Now what I want is, when some body try to access the URL

particular abcd1.html page should display but in browser address bar it should look like

http://www.example.com/abcd1
http://www.example.com/abcd2

I am using php as scripting and Apache web server. is not static, I get the file name from database.

</div>

Try a router such as this one, for example.

You can then route /something.html to /something or /any/path/you/want.