order of redirections

ساخت وبلاگ
On my .htaccess file, I have simple redirections like this one:

redirect 301 /oldpage.php https://www.mywebsite.com/new.page.php

Then I've got got the big rewrite script force the "https" and the "www":

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www. [NC]
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Code (markup):
My conce is that it makes 2...

order of redirections WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 205 تاريخ : سه شنبه 3 آبان 1401 ساعت: 3:23