The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
php.ini file
can anyone tell me the path to php.ini file ? .... thanks
|
#2
|
|||
|
|||
ok ... normally the php.ini file should be within your www or public_html folder (w/e yours is called)...
make a php file with this code in it. Code:
<?php echo getcwd(); ?> attached is the path.php file if you are too lazy to make it yourself |
#3
|
|||
|
|||
thanks for the reply iam trying to bump up the PHP Maximum Upload Size but i dont see the php.ini file anywhere? was told that what i got to edit
|
#4
|
||||
|
||||
the php.ini file is not within www or public_html folders :roll:
Its usually located in a different location depending on how your server is configed. If you're on shared hosting you won't be able to edit the file directly. If you're on VPS or dedicated log into the SSH and do a find php.ini command to find it. Or you can find it using a php file Code:
<?php phpinfo(); ?> |
#5
|
|||
|
|||
Hmmm weird, I checked my public_html and saw my fastphp.ini and php.ini files.
Maybe your server does not allow you access to configure those files? Is it your server or a sub server or what? |
#6
|
|||
|
|||
yea its a shared so i guess i got to get them to do it...............i remember doing it a long time ago on another shared set up but i cant remember what i did lol. thanks for the help
|
#7
|
|||
|
|||
Even shared setups should have php.ini files for each sublet. Talk to your network admin on configuring it if you have a problem.
|
#8
|
||||
|
||||
Usually, you don't have any control over PHP settings on a shared service. You'd be lucky to be able to control anything.
|
#9
|
|||
|
|||
Most hosts such as liquidweb, godaddy, hostgator and numerous others allow php.ini modification and allow vhost users to modify settings per vhost for many different aspects of php, memory_limit, max_execution.
You can simply add a php.ini file to your public_html/root, insert hte settings you want modified, save the file and refresh, recheck the info.php page and see if your settings took effect. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|