Hi,

I want to change the php file extension .php into some one like .abc

Is there possible to change this?.

Thanks in advance

Mahes

    Yes; when you installed PHP you configured your server to treat requests for ".php" files as scripts to be run by PHP. Do that, except for ".abc".

      5 days later

      httpd.conf for apache... you can set it to whatever you like...

        I believe you can also use a .htaccess file to change the handler for an extension.

          Write a Reply...