This is really strange you can check the site https://carolinespelman.com/ here there is a 302 redirect on page 404. But at http to https you get 301 redirects. Do you know the htaccess code that was made? or is there another way?I'm not sure what you're looking to accomplish. It looks like the 301 redirects are from HTTP to HTTPS which is OK. And I believe you have a 302 redirect from /index.php to /
Looks ok to me.
#https
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
#index.php
RewriteCond $1 !\.(gif|jpe?g|png)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]
Hello sir dear sir- I am very happy to say I do not have the answer to this.@Josh Saga sir do you have a solution for this?
The site is not opening sir. somethings wrong SIR!i think sir got this fixed sir