Question
apache server is showing url not found after just increasing the upload_max_filesize in php.ini
I have wordpress on 18.04 installed on my droplet. I finished setting up wordpress to allow me to login to wp-login and decided to increase the upload max filesize located at etc/php/7.2/apache2/php.ini to be able to upload a custom theme. After changing the default size to 64M, the server now shows url not found when I try to access the site. I’ve tried restarting the apache server, rebooting the droplet and returning the default value back. Any ideas would be appreciated, thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×