I can't add redirect in my website url

Username: epiz_31240961
Website URL:: huratio.rf.gd

Please help me. I was adding redirect on my website.
I wanted to add https:// in huratio.rf.gd
But it’s giving me this error.down below.

Error Message

You don’t have permission to access /panel/indexpl.php on this server.

Other Information

Write clearly. What did you do?

1 Like
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

Use this code, in your .htaccess.

I am trying to add redirect on my website. If you go into my website right now you’ll see there is no https://
So I just want to redirect to https://www.huratio.rf.gd if I type huratio.rf.gd
But its giving me that error.

It didn’t work. still gives me the error

I’ve tested your site and there seems not have any kind of SSL error. Your site redirects from http to https successfully. Maybe it’s the problem from your client/browser. I could be wrong.

3 Likes

I tried using different browser and it worked. But still I can’t add redirect.

image

See… :frowning:

1 Like

Did you clear your browser cache?

1 Like

I think I have found my problem. it has something to do with php.

Yes I tried that. it didnt work

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.