Rule to redirect from HTTP to HTTPS but keeping the domainHow do I redirect to another webpage?http to https redirection using .htaccess not workingRedirect non-www to www versionhtaccess redirect issue while redirecting subfolder to sub domainHow to always redirect to https://www and https://subdomain?different apache redirect/rewrite rules for one domainRedirection from http to https is not workingHtaccess URLs redirects are working for http not all https404 issue in two htaccess in root domain and subfolerhtaccess redirection 301 in apache 2.4 not working

What is this welding tool I found in my attic?

Bishop game - python

Do native speakers use ZVE or CPU?

Supporting developers who insist on using their pet language

Was the Ford Model T black because of the speed black paint dries?

How the name "craqueuhhe" is read

How do Windows version numbers work?

Robbers: The Hidden OEIS Substring

Creating custom objects with custom properties using generics

What could be some effects of (physical) Mana consumption that prevent long term abuse?

Cops: The Hidden OEIS Substring

<schwitz>, <zwinker> etc. Does German always use 2nd Person Singular Imperative verbs for emoticons? If so, why?

Filtering fine silt/mud from water (not necessarily bacteria etc.)

Replacements for swear words

What would be the ideal melee weapon made of "Phase Metal"?

Is killing off one of my queer characters homophobic?

Crowbar circuit causes unexpected behavior for op amp circuit

Are randomly-generated passwords starting with "a" less secure?

Where is the USB2 OTG port on the RPi 4 Model B located?

Credit union holding car note, refuses to provide details of how payments have been applied

Can I call 112 to check a police officer's identity in the Czech Republic?

Professor falsely accusing me of cheating in a class he does not teach, two months after end of the class. What precautions should I take?

Would letting a multiclass character rebuild their character to be single-classed be game-breaking?

As the Dungeon Master, how do I handle a player that insists on a specific class when I already know that choice will cause issues?



Rule to redirect from HTTP to HTTPS but keeping the domain


How do I redirect to another webpage?http to https redirection using .htaccess not workingRedirect non-www to www versionhtaccess redirect issue while redirecting subfolder to sub domainHow to always redirect to https://www and https://subdomain?different apache redirect/rewrite rules for one domainRedirection from http to https is not workingHtaccess URLs redirects are working for http not all https404 issue in two htaccess in root domain and subfolerhtaccess redirection 301 in apache 2.4 not working






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I want to redirect the Wordpress from HTTP to HTTPS with and without www. Namely:




  • http://example.com will redirect to https://example.com


  • http://www.example.com will redirect to https://www.example.com



    1. In the 78.0.18 Cpanel, I tried to use Redirections but nothing works.

    2. I tried to use a rewrite rule in .htaccess file, apparently, it works but it will redirect http://www.example.com to https://example.com whereas I want to keep the www part.


RewriteEngine On
RewriteCond %HTTPS off
RewriteRule ^(.*)$ https://%HTTP_HOST%REQUEST_URI [L,R=301]









share|improve this question






















  • I've got this entry in my httpd.conf, which works nicely: RewriteRule ^/(.*)$ https://%SERVER_NAME/$1 [R,L]

    – James McPherson
    Mar 26 at 4:46


















0















I want to redirect the Wordpress from HTTP to HTTPS with and without www. Namely:




  • http://example.com will redirect to https://example.com


  • http://www.example.com will redirect to https://www.example.com



    1. In the 78.0.18 Cpanel, I tried to use Redirections but nothing works.

    2. I tried to use a rewrite rule in .htaccess file, apparently, it works but it will redirect http://www.example.com to https://example.com whereas I want to keep the www part.


RewriteEngine On
RewriteCond %HTTPS off
RewriteRule ^(.*)$ https://%HTTP_HOST%REQUEST_URI [L,R=301]









share|improve this question






















  • I've got this entry in my httpd.conf, which works nicely: RewriteRule ^/(.*)$ https://%SERVER_NAME/$1 [R,L]

    – James McPherson
    Mar 26 at 4:46














0












0








0








I want to redirect the Wordpress from HTTP to HTTPS with and without www. Namely:




  • http://example.com will redirect to https://example.com


  • http://www.example.com will redirect to https://www.example.com



    1. In the 78.0.18 Cpanel, I tried to use Redirections but nothing works.

    2. I tried to use a rewrite rule in .htaccess file, apparently, it works but it will redirect http://www.example.com to https://example.com whereas I want to keep the www part.


RewriteEngine On
RewriteCond %HTTPS off
RewriteRule ^(.*)$ https://%HTTP_HOST%REQUEST_URI [L,R=301]









share|improve this question














I want to redirect the Wordpress from HTTP to HTTPS with and without www. Namely:




  • http://example.com will redirect to https://example.com


  • http://www.example.com will redirect to https://www.example.com



    1. In the 78.0.18 Cpanel, I tried to use Redirections but nothing works.

    2. I tried to use a rewrite rule in .htaccess file, apparently, it works but it will redirect http://www.example.com to https://example.com whereas I want to keep the www part.


RewriteEngine On
RewriteCond %HTTPS off
RewriteRule ^(.*)$ https://%HTTP_HOST%REQUEST_URI [L,R=301]






redirect https cpanel






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 26 at 4:37









pucca garupucca garu

154 bronze badges




154 bronze badges












  • I've got this entry in my httpd.conf, which works nicely: RewriteRule ^/(.*)$ https://%SERVER_NAME/$1 [R,L]

    – James McPherson
    Mar 26 at 4:46


















  • I've got this entry in my httpd.conf, which works nicely: RewriteRule ^/(.*)$ https://%SERVER_NAME/$1 [R,L]

    – James McPherson
    Mar 26 at 4:46

















I've got this entry in my httpd.conf, which works nicely: RewriteRule ^/(.*)$ https://%SERVER_NAME/$1 [R,L]

– James McPherson
Mar 26 at 4:46






I've got this entry in my httpd.conf, which works nicely: RewriteRule ^/(.*)$ https://%SERVER_NAME/$1 [R,L]

– James McPherson
Mar 26 at 4:46













0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55349941%2frule-to-redirect-from-http-to-https-but-keeping-the-domain%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55349941%2frule-to-redirect-from-http-to-https-but-keeping-the-domain%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript