Answer the question
In order to leave comments, you need to log in
How to fix Internal Server Error after migrating Wordpress site to hosting?
I am migrating a Wordpress site from a local server (Wamp64) to Timeweb hosting.
The main one is displayed, the admin panel is working. When you click on any links to the pages of the site, an Internal Server Error appears.
In error logs:
AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /example/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /example/index.php [L]
</IfModule>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question