Which php.ini file is my Joomla 2.5 site loading? Updated on November 19, 2021 by Brad Markle 1 Minutes, 11 Seconds to Read Joomla 2.5 has reached its end of life as for 12/31/2014. Please be advised this may be a security risk to your website. You can view more information about the end of life here. When managing a Joomla 2.5 website, there may be times that you’ll need to adjust various php settings. For example, if you are having trouble uploading large files, you will need to adjust the php value of upload_max_filesize. Before you can adjust any of your php settings, you’ll first need to know which php.ini file to change. In this article, we’ll show you how to find out which php.ini file your Joomla 2.5 website is loading php settings from. To find out which php.ini file Joomla 2.5 is using: Log into your Joomla 2.5 adminIn the top menu, hover over Site and click Global ConfigurationYou will see 5 tabs: System Information, PHP Settings, Configuration File, Directory Permissions, and PHP Information. Click the PHP Information tab. Scroll down the list of php settings until you find the Loaded Configuration File setting. The Loaded Configuration File will show the path to the php.ini file your Joomla 2.5 website is using. In our example, as you can see from the screenshot above, the php.ini file our Joomla 2.5 website is loading is: /home/inmoti6/bradm.inmotiontesting.com/joomla25/administrator/php.ini You now know how to find out which php.ini file your Joomla 2.5 site is using! Share this Article Related Articles How to Create a Slideshow (Carousel) in Joomla 4.0 using Bootstrap How to write a blog post in Joomla 3.1 How to Use the Free Mini Frontpage Extension for Joomla 4.0 How to Change a Joomla 2.5 User’s Email Address How to Configure Joomla 2.5 to Send Email Using SMTP How to Edit a Joomla 3 Template How to install Phoca Gallery for Joomla 2.5 Creating a Menu Item for your Joomla 3 Component Changing Email Settings in Joomla 3.1 Using the Redirect Manager in Joomla 3.1
The php.ini file by default will be located at public_html/php.ini. You could move it to a higher level folder, then make it recursive. You can also edit the file to adjust your PHP Settings. Thank you, John-Paul