I need my php.ini file edited

Status
Not open for further replies.

nalgosx1

New Member
Messages
1
Reaction score
0
Points
1
With the lines:

extension=php_openssl.dll

allow_url_fopen = On


Can you allow this? Can we modify the php.ini on our own?
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
extension=php_openssl.dll
a [ .dll ] is for Windows
x10hosting's free-hosting servers use a type of Linux
The current setup for x10hosting's free-hosting servers will not work with SSL (regardless of IP shared or dedicated or what cPanel shows) - x10hosting traded SSL for increased stability - ( there is a way to use CloudFlare as a work-around )

allow_url_fopen = On
that is set on (my server xo3) - from a test script --> [ if a '1' - "allow_url_fopen" is on ==>1<== ]

Can we modify the php.ini on our own?
at [ cPanel-x3 theme ] ( not x10hosting Basic) home page --> Software and Services --> Select PHP Version - will show what you can change
 
Last edited:
Status
Not open for further replies.
Top