I’ve tried every rendition I can think of for 2 straight hours to get my site to redirect all traffic except one directory:
/feed/
I can't get this to work on wordpress. Here is the simple rules that I have:
- Code: Select all
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/feed/
RewriteRule ^/(.*)$ https://mydomain.com/$1 [NC,R=301,L]
This forces all traffic to https. What gives? (pulling my hair out)
I'm trying to expose my blog rss feed without a redirect to https.
Thanks,
David

English |
French
