Hello, i have problem with new website
Too many redirects!
This is Error Log!
2022-05-18 19:24:01.704377 [INFO] [92386] Rewrite directive: bypassed.
2022-05-18 19:24:01.704394 [INFO] [92386] Invalid rewrite directive: DirectorySlash Off 2022-05-18 19:24:01.704467 [INFO] [92386] Rewrite directive: bypassed.
2022-05-18 19:24:01.704479 [INFO] [92386] Invalid rewrite directive: RewriteOptions AllowNoSlash
2022-05-18 19:24:01.704507 [INFO] [92386] Rewrite directive: bypassed.
2022-05-18 19:24:01.704519 [INFO] [92386] Rewrite directive: bypassed.
This is my .htaccess
Rewrite Rules Added by CyberPanel Rewrite Rule Generator
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.(.)$
RewriteRule ^(.)$ http://%1/$1 [L,R=301]
End CyberPanel Generated Rules.
Rewrite Rules Added by CyberPanel Rewrite Rule Generator
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
End CyberPanel Generated Rules.
Begin permalinks – do not edit this section!
RewriteEngine On DirectorySlash OffRewriteRule ^tools$ tools.php [NC,L,QSA]
RewriteRule ^tools/(.+)$ tool.php?id=$1 [NC,L,QSA]
RewriteRule ^account$ account/index.php [NC,L,QSA]
RewriteRule ^account/login$ account/login.php [NC,L,QSA]
RewriteRule ^account/register$ account/register.php [NC,L,QSA]
RewriteRule ^account/password\-reset$ account/password-reset.php [NC,L,QSA]
RewriteRule ^account/confirm$ account/confirm.php [NC,L,QSA]
RewriteRule ^account/websites$ account/websites.php [NC,L,QSA]
RewriteRule ^account/settings$ account/settings.php [NC,L,QSA]
RewriteRule ^account/signout$ account/signout.php [NC,L,QSA]
RewriteRule ^contact$ contact.php [NC,L,QSA]
RewriteRule ^embed$ embed.php [NC,L,QSA]
RewriteRule ^terms$ terms.php [NC,L,QSA]
RewriteRule ^privacy$ privacy.php [NC,L,QSA]
RewriteRule ^pricing$ pricing.php [NC,L,QSA]
# Fix for directory slashes
<IfModule mod_authz_core.c>
RewriteOptions AllowNoSlash
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_URI} ^(.+[^/])$
RewriteRule ^ %1/ [R,L,QSA]
</IfModule>
### End permalinks