link has expired fix
The Link You Have Followed Has Expired Error?
This error usually occurs when you are trying to upload a WordPress theme or a plugin to your website.
Here is the solution
Fix by increasing limits in .htaccess file
open the .htaccess
, located in the 'root' or central directory.
php_value upload_max_filesize 128M
php_value post_max_size 128M
php_value max_execution_time 300
php_value max_input_time 300
Edit and paste the code above .
reupload the plugin or theme .
wallah! is fixed