Without a possibility to access .htaccess I find myself in a creative impasse. There is no mod_rewriting for me. Nevertheless, I want to be able to do the nice stuff like:
http://www.example.com/Blog/2009/12/10/
http://www.example.com/Title_Of_This_Page
What are my alternatives?
In respond to the answers:
- I'm building with php5
- I don't have access to .htaccess
http://www.example.com/index.php/Blog/
is a known technique but I don't prefer it. Is shows the php so to say.- How would I create extensionless PHP-files? Would this do the trick?
- How much would using the custom 404 technique hurt performance?