500 error code returned from server

Hello

I’m using AMPPS on Windows 10. i moved live wordpress site from my host to local server.

I tried to increase “max_execution_time = 3000”.

Error Log : [Thu Jun 02 12:07:52.190037 2022] [mpm_winnt:notice] [pid 12952:tid 428] AH00455 - Pastebin.com

.htaccess was the problem. i deactivated it and the error gone.

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

Thanks for updating what solved it for your case, @David1!

1 Like