aajaas
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] 500 error when navigating# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPress
andEND WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /ar/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /ar/index.php [L]
</IfModule># END WordPress
Here is my htaccess file, i have tried removing the /ar/ but no difference.
Regards,Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] 500 error when navigatingI do have The new .htaccess file on my website, i tried deleting the /ar/ but the issue still persist unfortunately.
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] 500 error when navigatingHi,
I have contacted my hosting provider and here is what they found out.Reviewing the server’s logs, the following error is being logged regarding your website:
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., referer: https://cars.bahrainmarket.net/ar/register/
The translation plugin that you are using results in the website attempting to resolve via a different URL, while also attempting to resolve via its original URL at the same time. Once this occurs, the error seen above or the “Too many redirects” error is displayed.
Unfortunately, there is nothing that he can do from his side. I hope that this helps to find the solution.
Note: I have my memory set to 512M by default.
Regards,