This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

www to non www redirection
#1
www to non www redirection
Similar thread (ZPanel)

I'm having problems redirecting two of my subdomains from www to non www. I've setup CNAME entries, and created .htaccess with the following content:


Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.(.*) [NC]
RewriteRule ^(.*) http://%1/$1 [R=301,L]


and placed them in proper subdomain directories.

However, whenever I type www.mysubdomain.mysite.com, I'm redirected to Sentora login page. I'm guessing that something takes precedence over the rules I've setup, but I'm unsure how to fix it.

I was thinking of making changes in httpd-vhosts.conf, through Sentora admin panel, and setting the redirections there, but I'm unsure whether that would solve my problems.

This redirection is needed, because I have users who keep typing (or calling it from their bookmarks) the www prefix.

Server info:
Code:
Dedicated server
Server OS: CentOS Linux release 7.4.1708 (Core)
Apache Version: 2.4.6
PHP Version: 5.6.35
MySQL Version: 10.2.14-MariaDB
Sentora Version: 1.0.3
Reply
Thanks given by:


Messages In This Thread
www to non www redirection - by JSmith - 04-27-2018, 04:50 PM
RE: www to non www redirection - by JSmith - 04-30-2018, 06:21 PM
RE: www to non www redirection - by TGates - 05-01-2018, 12:48 PM
RE: www to non www redirection - by JSmith - 05-03-2018, 11:19 PM
RE: www to non www redirection - by TGates - 05-04-2018, 07:15 AM
RE: www to non www redirection - by yusha - 08-10-2018, 04:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
redirection domain marketingdigitalmassivo 3 7 ,764 07-20-2016, 07:38 PM
Last Post: Me.B
webmail redirection not working surfnode 18 46 ,610 03-21-2015, 10:10 PM
Last Post: kini
Redirection help please. parked domain does not work!! artdenic 10 30 ,726 03-08-2015, 08:54 PM
Last Post: Ron-e

Forum Jump:


Users browsing this thread: 1 Guest(s)