0

My url is like:

domain.com/subpage-name,15

where integer after comma id page id. I'd like to hide rest of url after subpage-name with .htaccess.

It's Zend Framework 1.12.

Peter
  • 215
  • 2
  • 13
  • Possible duplicate of [htaccess clean URL's what's the best way to do it?](https://stackoverflow.com/questions/12661287/htaccess-clean-urls-whats-the-best-way-to-do-it) – Ahmet Zeybek Apr 11 '18 at 06:54
  • 1
    So you want to hide the information in a URL, which you use to decide which page to show, from the user? Let me be blunt: You can't. There would be no id for you to use, if you could. However, if the id is not important, you could leave it out altogether. – KIKO Software Apr 11 '18 at 07:10

0 Answers0