Linux server administration tips
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment