Redirect http to https (non www) for only one single page

Hi,

I want to redirect http (www & non www) to https (non www) for only one single page with different path-structure.

Example:

http://www.sitename.com/test should redirect to https://sitename.com/page/test

&

http://sitename.com/test should redirect to https://sitename.com/page/test

I’ve researched for days but could not find an example of exactly doing that. hope someone can tell me the right htaccess config with RewriteRules for that.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.