Hi
I am trying to install PRO (unlimited) to my wordpress website and I keep getting this error “The link you followed has expired.”
Need help.
Thanks.
This usually means you need to increase the upload limit on your site. I usually just add the following to the .htaccess
file and then you remove or comment out after if you want. Let us know if that helps and have a great day!
php_value upload_max_filesize 50M
php_value post_max_size 50M
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.