I am using Symfony 1.2.9 (with Propel ORM), to build a website. I have obly started using the admin generator.
I have got the admin generator to work so far (thanks to the folks here at SO). The one remaining thing is that I want to change the urls generated by the admin generator. I dont like the fact that it lists the module names plainly in the browser, I would like to give them my own names (I suppose security by obfuscation is slightly better than nothing).
Secondly, I dont like the fact that anyone can type backend.php and be greeted with a login screen (I have secure the entire app). I have checked with some of the well known sites using Symfony and all of them return a page not found when I type in 'backend.php' or (shock/horror) 'backend_dev.php'.
Can anyone please recommend how I can forward404 when someone directly types http://mywebsite/backend.php