Question:
How to create a php.ini file?
mutasiym
2008-01-27 19:09:26 UTC
I'm trying to install phpbb3 and its saying

PHP setting register_globals is disabled:
phpBB will still run if this setting is enabled, but if possible, it is recommended that register_globals is disabled on your PHP install for security reasons. No

HTTP input character conversion:
mbstring.http_input must be set to pass. No

HTTP output character conversion:
mbstring.http_output must be set to pass. No

I'm using FreeHostia

I have contacted the FreeHostia support and they replied

In the phpBB3 folder create a php.ini file and put the following lines in it:

ini_set('mbstring.http_input', 'pass');
ini_set('mbstring.http_output', 'pass');
register_globals = Off

How do I excatly do this? I'm new with website stuff, I just need a clear step by step guide for it or copy of the file.

Thanks
Three answers:
Rasmah.com
2008-01-27 22:58:10 UTC
If you ask me this question and you just install this phpbb in you're computer and localhost i will tell you to slove this problem by easy way .. but in the free space you can't to doing that ..This must happen of that web give you this service .. and if you on you're computer and have this problem with localhost you just need to doint that



open Run



write php.ini



and it will open to you and you can to change what you want.
gau_jet_2000
2008-01-28 07:03:12 UTC
just locate the php.ini file in your webserver and make the changes

ini_set('mbstring.http_input', 'pass');

ini_set('mbstring.http_output', 'pass');

register_globals = Off

u dont need to create a php.ini file..

u just need to change the settings..
anonymous
2008-01-28 03:51:27 UTC
http://www.google.com/search?hl=en&q=php.ini



http://www.washington.edu/computing/web/publishing/php-ini.html#create


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...