
Originally Posted by
francoboy776
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