Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Add question

You must login to ask question.

Login

Register Now

Register now and start to ask your questions or share your knowledge with your community and friends with answering their questions. Earn points for trustability.

To increase the Max Execution Time or Maximum Upload File Size in WordPress. 1. Update wp-config.php file @ini_set( 'upload_max_filesize' , '512M' ); @ini_set( 'post_max_size', '256M'); @ini_set( 'memory_limit', '512M' ); @ini_set( 'max_execution_time', '600' ); @ini_set( 'max_input_time', '300' ); 2. Update .htaccess file php_value upload_max_filesize 128M php_value post_max_size 128M php_value memory_limit 256M php_value ...

Continue reading

If your website is lying on WordPress and you have Fast Comet as a hosting provider; Create a ticket first for them to install SSL onto your server. Then follow the instruction below (requires installing plugin “Really Simple SSL”) Link: https://www.fastcomet.com/tutorials/wordpress/enabling-ssl Alternate link ...

Continue reading