revolution slider
To change button text link go to actions
To change button text link go to actions
make quota unlimited
define(‘AUTH_KEY’, ‘put your unique phrase here’);define(‘SECURE_AUTH_KEY’, ‘put your unique phrase here’);define(‘LOGGED_IN_KEY’, ‘put your unique phrase here’);define(‘NONCE_KEY’, ‘put your unique phrase here’);define(‘AUTH_SALT’, ‘put your unique phrase here’);define(‘SECURE_AUTH_SALT’, ‘put your unique phrase here’);define(‘LOGGED_IN_SALT’, ‘put your unique phrase here’);define(‘NONCE_SALT’, ‘put your unique phrase here’);define(‘WP_HOME’,’http://tecpact.com/’);define(‘WP_SITEURL’,’http://tecpact.com/’); check wp-config.php … Read more
try_files $uri $uri/ /index.php?q=$uri&$args;add in nginx conf location part
In WordPress First, let’s take a closer look and see what a 404 error really is about. A 404 error is one of the most common errors that you’ll encounter when browsing the Internet. In fact, this error is so common that websites use custom designed 404 pages to show whenever a visitor encounter this … Read more
just check permissions chown -R username:username public_html
define( ‘WP_HOME’, ‘https://somedomain.com’ ); define( ‘WP_SITEURL’, ‘https://somedomain.com’ ); just update URL from wpconfig.php
Website load time should be in between 0 to 1 sec (very good) in between 1 to 2sec(good) if that’s above 3 (Poor).First, check your website with gtmetrix.com to get details like Fully page load time, totalpage size, and request (request is the number of connection a web page required toload that … Read more
PHP module gd is required .. Enabling module in PHP configuration …. done Installing package rh-php72-php-gd ..Installing package(s) with command /bin/yum -y install rh-php72-php-gd ..