Do you have these "requirements"

Status
Not open for further replies.

francoboy776

New Member
Messages
17
Reaction score
0
Points
1
Hi

I would like to know if your free hosting plans cover these Requirements ?:

Apache web server with mod_rewrite enabled.
MySQL version 4.0+
GD Library 2+ with freetype support.
PHP5 with the following configuration
safe_mode = off
short_open_tag = on
output_buffering = on
register_argc_argv = On
session.gc_maxlifetime = 15000 (Recommended or higher)
register_globals = off
magic_quotes_gpc = on
allow_url_fopen = on

Thanks
 

Skizzerz

Contributors
Staff member
Contributors
Messages
2,928
Reaction score
118
Points
63
replies embedded in quote in bold
Hi

I would like to know if your free hosting plans cover these Requirements ?:

Apache web server with mod_rewrite enabled. Yes
MySQL version 4.0+ Yes
GD Library 2+ with freetype support. Yes
PHP5 with the following configuration
safe_mode = off Yes
short_open_tag = on Yes
output_buffering = on you can easily add output buffering yourself via the ob_* functions
register_argc_argv = On No, and you don't need it either
session.gc_maxlifetime = 15000 (Recommended or higher) No, but you shouldn't be needing it that high anyway
register_globals = off Yes
magic_quotes_gpc = on Yes for now, but it has been deprecated, and if you are using a script that relies on this feature, it is insecure by design and you shouldn't use it
allow_url_fopen = on Yes

Thanks
 
Status
Not open for further replies.
Top