• When I try to add a new website in our multisite environment, i get ‘The link you followed has expired.’ – strangely enough in the past I managed to add multiple new websites without a problem.

    Tried using a clone tool but that doesn’t work either; resulting in a loop which endlessly continues.

    Already had extensive contact with our host but they have no idea what this causes it.

    Tried setting php settings higher but also no solution.

    Current and maximum possible setting at our host:
    max_execution_time 180
    memory_limit 256M
    post_max_size 32M
    upload_max_filesize 64M

    Is there somebody who had an idea wat causes this issue and how to solve it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • post_max_size 32M

    Set that setting higher

    Also, add the following to your .htaccess:

    php_value post_max_size 64M
    php_value upload_max_filesize 64M
    php_value max_file_uploads 128M

    Thread Starter MeOnline

    (@webber2012)

    Tried with the following settings but still the same issue:

    memory_limit 256M
    max_execution_time 300
    max_input_time 60
    post_max_size 128M
    upload_max_filesize 128M

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The link you followed has expired.’ is closed to new replies.