Hey ππΎ,
It is possible that you have a conflicting rule in your .htaccess file.
Since you have FTP access. rename your current .htaccess file so that you have a backup and create a new one with the default rules in it.
You can copy and paste the following code (Default WordPress Settings)
# 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]
</IfModule>
# END WordPress
Hope this helps
Thread Starter
pn5880
(@pn5880)
I just copied the .htaccess from the Desktop to the ftp with the complete Code.
It still doesnt work..
I put the code from #BEGIN WordPress
What is your website URL?
Thread Starter
pn5880
(@pn5880)
Thread Starter
pn5880
(@pn5880)
Thank you already Ibrahim! π
I analyzed your URL with this tool https://www.redirect-checker.org/
From the results I believe you have set your site to load over HTTPS without installing and configuring an SSL/TLS certificate properly.
You can change the settings by editing your wp-config.php file and defining the URL values of the following two WordPress constants (If ).
define('WP_HOME','https://www.parkett-spielberg.de');
define('WP_SITEURL','https://www.parkett-spielberg.de');
Results from the analysis
>>> http://www.parkett-spielberg.de/wp-admin/
> --------------------------------------------
> 301 Moved Permanently
>>> https://www.parkett-spielberg.de/wp-admin/
> --------------------------------------------
> 302 Found
Thread Starter
pn5880
(@pn5880)
Thank you Ibrahim.
It had a look in the wp-config. File but didnt find any WP_HOME or _WP_SITEURL Tags.
Where do I have to insert them?
Paste them at the bottom end of the file
Thread Starter
pn5880
(@pn5880)
It has still the Error
“ERR_TOO_MANY_REDIRECTS”.
I pasted the code
define(‘WP_HOME’,’https://www.parkett-spielberg.de’);
define(‘WP_SITEURL’,’https://www.parkett-spielberg.de’);
at the End of the wp-config..
Can you check again?
I’m sorry I couldn’t help.
The only option I can think is to ask your host. If your hosting provider uses Nginx then maybe it’s from the server config.
There support team should be able to help you.
Good Luck