![]() |
How to get to my php.ini file?
I know where is located, but how do I get to it?
like where do I put the url or what :confused: |
What do you want to do with it?
If you want to edit it, you will need to go to the command shell and edit the file with an editor like 'vi'. |
the best place to ask is the Support Ticket from your Host actually.... some hosts locate their ini in specific places, and usually they give permissions to use custom ones only to few of their clients, for obvious security.
|
if you're on vps or whatever and have SSH access
updatedb locate php.ini |
Are you on your own box or VPS?
Linux right...? If so, these commands **SHOULD** work for you. Code:
# updatedb |
Quote:
|
Yea, thanx for the replies ;) I know in my case would be /etc/php.ini
is a vps but I was looking for the SSH login but I dont have my password so I would ask for it and go from there. The reason I need it was to change the memory limit to generate a xml map for my site, and is not letting me because it gets cut on half way. |
You might also be able to override some of the memory settings using a .htaccess file on your forum directory.
|
Quote:
like what code to add to it |
You can create a .htaccess with lines like the following to override some php settings (if host has set to allow this):
Code:
php_value memory_limit 32M PHP Code:
|
All times are GMT. The time now is 06:24 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|