Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #600837

    Hello, after changing the server i have the same problem with too many menu links.

    If i copy this (php_value max_input_vars 5000) in my .htaccess file it doesn’t work. Im getting an Error.

    This is in my original .htaccess:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    AddHandler x-httpd-php55 .php
    </IfModule>
    # END WordPress

    Thank you for helping!

    #601098

    Hey Luisgasser,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.