Page 1 of 1

What do i need in a php.ini file???

PostPosted: Sun Jul 15, 2007 5:02 am
Author: viragotech
Your phpBB Version: 2.0.
phpBB Type: Standard phpBB
MODs: No
Your knowledge: Beginner
Board URL: http://www.integramod.com/forum/portal.php

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

What do i need in a php.ini file???

A while back my host made us getride of them and we had to put just a bit of code in the htaccess

Code: Select all
<Files>order allow,denydeny from all</Files>


Well the new host im testing doen't allow php setting in the htaccess, gotta have a php.ini file.

Is there a default php.ini I can use from somewhere?

What all needs to be in one?

Re: What do i need in a php.ini file???

PostPosted: Wed Jul 18, 2007 7:32 am
Author: found it
Php.ini is a server file that your host should have alrady installed when they set up your hosting....

If think you need for them to make it clearer to you what they mean...either that or they do not know what tey are talking about lol...

:mrgreen:

Re: What do i need in a php.ini file???

PostPosted: Wed Jul 18, 2007 1:16 pm
Author: Helter
ive only found two articles relating to this, but from what I can understand is that if you have PHP running as a CGI/php_suexec module, you can no longer include php strings in you htaccess files, but you may use local php.ini files which over ride your root php.ini for that folder only. Ill need to investigate more before i can be of any assistance with it though

PostPosted: Wed Jul 18, 2007 4:36 pm
Author: viragotech
Im not 100% sure myself, I just wanted to make sure the forum software didn't need any special commands or such to work right.