X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   General questions (X-Cart 5) (https://forum.x-cart.com/forumdisplay.php?f=66)
-   -   php.ini (https://forum.x-cart.com/showthread.php?t=78320)

Dawn Howard 11-18-2021 09:18 AM

php.ini
 
Where is the php.ini file so I can change the max file upload size?

Dougrun 11-19-2021 11:34 AM

Re: php.ini
 
in windows? theres usually a subfolder for php either in the cgi-bin folder or your web root.

Ed B. 11-20-2021 10:07 AM

Re: php.ini
 
On Linux, you would find /etc/php or /etc/php74 (if your php version is 7.4) or something like that.


I saw https://www.edureka.co/community/69677/how-to-find-the-php-ini-file-from-the-command-line for windows.


You can also create a file whatevernameyouwant.php with the content
<?php
phpinfo();
?>
place it somewhere on your website, and point your browser to the page.


All times are GMT -8. The time now is 01:32 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.