×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Enforce https via mod rewrite in apache: Difference between revisions

    Content added Content deleted
    (Created page with '<pre> # enforce HTTPS-encryption RewriteEngine On RewriteCond %{SERVER_PORT} !^443$ #for all files RewriteRule (.*) https://%{SERVER_NAM…')
     
    (No difference)

    Latest revision as of 12:59, 6 May 2010

    # enforce HTTPS-encryption
             RewriteEngine On
             RewriteCond %{SERVER_PORT}     !^443$
    
             #for all files
             RewriteRule (.*)  https://%{SERVER_NAME}%{REQUEST_URI}
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.