auto-nav, removing index.php and making certain links "not-clickable"

Permalink
I have two questions about the auto-nav (I'm using the auto-nav block but I can hard-code it if necessary)

1. Is there a way to get rid of the index.php?
I set my permalinks to "pretty-permalinks" but the auto-nav still includes index.php in the link, is there a way to remove this?

2. I have a page "films" with sub-pages. Is there a way to link the sub-pages but to remove the link for the parent-page (which doesn't really have content?)

 
mckoenig replied on at Permalink Best Answer Reply
mckoenig
1) If you set C5 to use Pretty-URLs and mod_rewrite is active on your server the autonav block will not use the /index.php/.

2) You can add the page attribute replace_link_with_first_in_nav and add it to your films page. This way the autonav will change the any link pointing to this page to a link pointing to the first child of this page.