CFIDE/administrator folder wont serve .cfm pages
After applying a hotfix I could no longer access the Coldfusion Administrator.
On linux (CentOS 6.9) running Coldfusion 11, my CFIDE folder is /opt/coldfusion11/cfusion/wwwroot/CFIDE
Then I have a symlink setup to the default site on the server: /var/www/vhosts/default/httpdocs/CFIDE/ this points to the /opt/coldfusion11... folder
This was all working fine till I installed a hotfix, now I can't server CFM pages.
I can go into the CFIDE/administrator folder and add "test.html" and view it in the browser fine, but if I change the extension to ".cfm" it fails. I get a 404 error page.
Oddly, this loads a custom Coldfusion error page and records the error for me in the database, and all the websites running on the server are fine.
My neo-security.xml file doesn't have any records in the allowedAdminIPList: ><var name='allowedAdminIPList'><string></string></var>
So that shouldn't be blocking access.
It's only CFM files that fail to serve. I've tried a .php, .htm, .html file and they all load. I've restarted the CF server, and I've managed to view /CFIDE/test.cfm just not /CFIDE/administrator/test.cfm
Any ideas?
Added Linux version
