httpd.conf - question - how to do this

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • K.

    httpd.conf - question - how to do this

    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.


  • Erwin Moller

    #2
    Re: httpd.conf - question - how to do this


    K. schreef:
    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.
    >
    >
    Why do you ask this in a PHP group then?
    Try alt.apache.conf iguration

    Regards,
    Erwin Moller

    --
    =============== =============
    Erwin Moller
    Now dropping all postings from googlegroups.
    Why? http://improve-usenet.org/
    =============== =============

    Comment

    • K.

      #3
      Re: httpd.conf - question - how to do this


      Uzytkownik "Erwin Moller"
      <Since_humans_r ead_this_I_am_s pammed_too_much @spamyourself.c omnapisal w
      wiadomosci news:48e22919$0 $188$e4fe514c@n ews.xs4all.nl.. .
      >
      K. schreef:
      >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.
      >>
      >>
      >
      Why do you ask this in a PHP group then?
      Try alt.apache.conf iguration
      >
      Regards,
      Erwin Moller
      >
      OK. I`ve just done this
      Thank you.
      M.


      Comment

      Working...