Apache Handlers - how to relate a new extension to PHP?

What im trying to do is "cloke" a php extension as another unrecognized extension to confuse hackers... similar to the following:

lets say i want the extension .cbs to act just like .shtml (server side includes), what i do is setup a new extension, and give it "server-parsed" attribute. with me so far?

im trying to do the exact same thing for a new extension and give it a PHP attribute but I dont know what it is... can someone help me?

 

 

 

 

Top