Sure you can,
If you use apache you go to httpd.conf and find these lines
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
To add your extension just do
AddType application/x-httpd-php .php <B>.od</B>
As far as your first question concerned I think that you can specify just index like this
<IfModule mod_dir.c>
DirectoryIndex index
</IfModule>
(Note: I haven't tried it...)
Di