Htaccess allow https non www, force www on http only?

To filter HTTPS you could use following RewriteCond: RewriteCond %{HTTPS}! =on # if it's not HTTPS RewriteCond %{HTTP_HOST} ^domain\. Com RewriteRule ^(.*)$ domain.com/$1 L,R=301 Or you could avoid a redirect, when it's a POST request, so the POST data won't be lost: RewriteCond %{REQUEST_METHOD}!

=POST # if it's not POST RewriteCond %{HTTP_HOST} ^domain\. Com RewriteRule ^(.*)$ domain.com/$1 L,R=301.

I'll give that a shot and report back, thanks for "Answering" the question :-) – user397437 Jan 28 at 10:05 RewriteCond %{HTTPS}! =on RewriteCond %{HTTP_HOST} ^domain\. Com RewriteRule ^ domain.Me%{REQUEST_URI} L,R=301 RewriteCond %{SERVER_PORT} ^443$ RewriteRule ^robots\.

Txt$ robots_ssl. Txt L RewriteRule %{HTTPS_HOST} ^domain\. Com%{REQUEST_URI} – user397437 Jan 28 at 10:19 Argh!

Above is what I used... I'll add it to the TOP part so it's formatted correctly – user397437 Jan 28 at 10:20 Edited the main question to include the Answer, but Floern pointed me in the right direction... – user397437 Jan 28 at 10:21.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions