Giving the following in .htaccess will also do the job if u dont want to use mod_rewrite as suggested by bubblenut

<Files myfile> ForceType application/x-httpd-php </Files>

    Cool, that's a new one to me. Thanks Jayant. It would be preferable to mod_rewrite in terms of performance as well. I'm assuming you can glob it? ie.
    <Files *>ForceType...

      yeah u can use wildcards.

      i think performance will be same in both.

        Write a Reply...