File Extentions

Status
Not open for further replies.

Momiji

New Member
Messages
59
Reaction score
0
Points
0
Mime Types

Ok I am trying to add an extension to use on my site but for some reason it is not working. Can anyone help me?

I have the Mime Type application/x-httpd-php and the extension hack but i dont understand why it isnt working.
Edit:
Could someone help me please -begs-
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
That's because our PHP system uses different addtypes. Only .php will work for PHP files with your configured PHP version, otherwise it's the default version.
 

Momiji

New Member
Messages
59
Reaction score
0
Points
0
Oh...

Um Mr. Brandon is there any way that I could get the file extension installed for my site?
 

EOWorld

New Member
Messages
25
Reaction score
0
Points
0
I'm having the same problem I can add an extension but it won't work...

I tried using .htaccess adding this:

AddType application/x-httpd-php eow

and tried

ForceType application/x-httpd-php

but the index.eow doesn't work it downloads it instead.

Can someone help.. :( I've been trying to search the forums first and found this topic close to mine...

Thanks
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
205
Points
63
Our custom PHP handlers can only be used from the backend. Once everything clears up we could manually add additional extensions into your virtualhost.

So, please re-open this or create a new thread once this maintenance stuff is done and I'll add them in for you.

-Corey
 
Status
Not open for further replies.
Top