My site is having some issues

Username (e.g. epiz_XXX) or Website URL

clementpabraham.in
(please specify the website or account you are asking about)

Error Message

image
(please share the FULL error message you see)

Other Information

note : I have tried clearing cookies…but it still the same error
(other information and details relevant to your question)

Can you show me your .htaccess file?

1 Like

BEGIN WordPress

The directives (lines) between “BEGIN WordPress” and “END WordPress” are

dynamically generated, and should only be modified via WordPress filters.

Any changes to the directives between these markers will be overwritten.

RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} =http RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

END WordPress

Umm, can you put them in codeblocks?

image

Hmm, by any chance did you edit the file?

(I am not so great in htaccess rules, so probably someone will help you)

1 Like

i have done cpanel integration with cloudflare is that the issue

hmm, maybe Try to disable Automatic HTTPS rewrites in CloudFlare

2 Likes