Forum Moderators: phranque
[mysite.com...]
to
[mysite.com...]
Currenly my htaccess looks like this:
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST}//s%{HTTPS} ^www\.(.*)//((s)on¦s.*)$ [NC]
RewriteRule ^ http%3://%1%{REQUEST_URI} [L,R=301]
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ [mysite.com...] [R=301,L]
Currently we have the www redirected to the non www which we like. We also have [mysite.com...] redirecting as well.
Just can not figure out how to redirect
[mysite.com...]
to
[mysite.com...]
Can anyone help me?
Jim