Hello!
I would like to implement such funcionality:
https://www.test.pl -I enter into this page without any problems
(encrypted connection)
when user tries to write:
http://www.test.pl -user doesn`t enter this page, but redirection occurs
(into the page https://www.test.pl)
Can you tell me what I shoudl write into the httpd.conf file?
I cannot find any example in the net:(
I would like to do this using httpd.conf, and I don`t want to implement this
using php language.
Thank you in advance for help
M.
I would like to implement such funcionality:
https://www.test.pl -I enter into this page without any problems
(encrypted connection)
when user tries to write:
http://www.test.pl -user doesn`t enter this page, but redirection occurs
(into the page https://www.test.pl)
Can you tell me what I shoudl write into the httpd.conf file?
I cannot find any example in the net:(
I would like to do this using httpd.conf, and I don`t want to implement this
using php language.
Thank you in advance for help
M.
Comment