Skip to content

Tag: php

Maximum upload file size not reflecting to phpinfo()

My problem is that when I check to wp-admin/media-new.php I see Maximum upload file size: 8 MB. Now I change the php.ini located at /usr/lib/php.ini I change the upload_max_filesize to 64M and post_max_size 64M. Then when I checked back to wp-admin/media-new.php it is now ‘Maximum upload file size: 15M&…

how hide extension of my php files

I`m trying to hide my php files extension in my hosted server.i add following code segment in .htaccess file. but when i try, it is not working. also i tried to do the same thing in my localhost.it is also not working properly. so do i have to make any other changes to work on it? Answer Use