× Here you can get community support related to ReDJ.

http to https

More
7 years 7 months ago #5589 by pao.1
http to https was created by pao.1
Luigi,

in my previous demand I needed a redirection (that is now working thanks to you) but I was given a new redirection which is not working.

I need to redirect this :

http://campa.fr/extras/boitier-SEC/Notice-boitier-193-SEC.pdf

to this :

https://sav.campa.fr/notice193/

The real big thing in it is the https thing in the adress.

the redirection works in this case :

https://campa.fr/extras/boitier-SEC/Notice-boitier-193-SEC.pdf

but not in this one :

http://campa.fr/extras/boitier-SEC/Notice-boitier-193-SEC.pdf

So what should I do with this condition ?


From: /extras/boitier-SEC/Notice-boitier-193-SEC.pdf
To: https://sav.campa.fr/notice193/

I must also mention that I have a rewrite condition in my .htaccess file :

RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]


Thank you.

Please Log in or Create an account to join the conversation.

More
7 years 7 months ago #5593 by admin
Replied by admin on topic http to https
Sorry but maybe I don't get your question. Just tested the URL:

campa.fr/extras/boitier-SEC/Notice-boitier-193-SEC.pdf

And I get redirected to:

sav.campa.fr/notice193/

So what is the problem? Sorry if I didn't get you...

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

More
7 years 7 months ago #5597 by pao.1
Replied by pao.1 on topic [To delete] http to https
Sorry my bad.

For some reason I ignore this was absolutely not working yesterday. Reading your message I checked it again this morning and well, I must admit it's working now.

Maybe is this due to the time for instructions in htaccess and redj to propagate...

Anyways, thanks for you support Luigi.

Please Log in or Create an account to join the conversation.

More
7 years 7 months ago #5598 by admin
Replied by admin on topic [To delete] http to https
U're welcome.

P.S. Probably you had an issue due to browser (client side) cache.

Please Log in or Create an account to join the conversation.

Time to create page: 0.089 seconds