S SearchRSS
< BackHome
Newest questions tagged php - Stack Overflow

How can I route clean PHP URLs to a controller without exposing index.php?

I'm building a small PHP application without a framework and I'm trying to implement clean URLs using Apache and PHP. For example, I want this URL: /details/example.com to be handled internally by: index.php where my PHP

View original source