For a very small site I am only using one group ‘main’ and index.php removed.
Under main I have:
index
portfolio
contact
services
404
...etc
I can call all of these directly, ie with http://www.domain.com/services
With strict urls on, I can only call index.php (not just index with no.php), others return 404 page
With strict urls off, someone can use http://www.domain.com/made-up-url and get the index page
Is there no way to disallow made-up-url links and still allow direct linking to the others without using the group name in the url (http://www.domain.com/main/portfolio is ugly)
?
Thanks!