Invalid command ‘php_value’,
-
hello,
i’ve moved a wordpress site (emergency move) from one DirectAdmin to another. Now the site displays:“Internal Server Error”Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request”
The log of de webserver states:
/home/staring/domains/domainname.nl/private_html/.htaccess: Invalid command ‘php_value’, perhaps misspelled or defined by a module not included in the server configuration
But there is no mention of the php_value in the .htaccess file:
sorry for the wacky formatting, I cannot get the .htaccess to look normal here (it keeps messing up)
php_value max_input_vars 3000 BEGIN WordPress De richtlijnen (regels) tussen “BEGIN WordPress” en “END WordPress” worden dynamisch gegenereerd en zouden alleen aangepast mogen worden via WordPress filters. Alle wijzigingen aan de richtlijnen tussen deze markeringen worden overschreven.
RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] END WordPress
- You must be logged in to reply to this topic.