PHP Settings

Status
Not open for further replies.

denzel

New Member
Messages
2
Reaction score
0
Points
0
We can't change PHP settings can we? Specifically I would like to tell it to parse some files with extensions other than .php
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
That can be done with URL rewriting or forcetype in the .htaccess file.
e.g. To make .pyp files parse as PHP:
<FilesMatch "\.pyp$">
ForceType application/x-httpd-php5
</FilesMatch>
 
Last edited:

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Problem Solved

***Thread Closed***
 
Status
Not open for further replies.
Top