I want to know how to encrypt the URL on Apache/PHP?
For example:
www.example.com/how-to-encrypt.html
to
You're probably looking for Apache mod_rewrite together with PHP. That URL isn't (and wasn't meant to be) encrypted, it's probably just a key that redirects to a database on Yahoo! severs. See this article.