I am hosting a Wordpress site at the Rackspace Cloud. The main site is written in asp.net so I have the default technology set to ASP.NET/IIS.
Php files can still be executed in this environment, however they need to end in a .php extension so the server knows how to process them.
I have found a way to add the .php extension to permalinks by just adding the .php to the end of the structure. I also have found a way to add it to any Pages with this plugin, http://wordpress.org/extend/plugins/html-on-pages/.
It appears all I have left are category and tag pages. For example [domain]/category/uncategorized
I'd like to change this to /category/uncategorized/index.php or simply [domain]/category/uncategorized.php
One other thing to note, if you're not familiar with the Rackspace Cloud, I can not use a .htaccess file for this.
I would think there is somewhere I can do this within the code of Wordpress application, but I am not a php developer and have no idea where I would start.
I've been reading blogs and forums for about 5 hours now and can't come up with anything.
Thanks for your help in advance.