Sunday 30 September 2012

php extension issue

If you need to view only php file with extension .php   not with  .php.* , add this code in .htaccess file


<FilesMatch "\.(php.)">
ForceType 'text/plain'
</FilesMatch>

No comments:

Post a Comment