Hi. I have a Primary domain and an add-on domain. (xxx.com and xx.com not xx.xxx.com) When I put https:// or .htaccess rewrite rule for that on the add-on domain, it automatically leads to primary domain page instead of add-on domain page. Is there any way to fix this? so it actually shows add-on domain page right away without doing https://primarydomain.com/addondomain ? like to https://addondomain.com and show addondomain.com page? I have had problems with this and I think .htaccess rewrite rule will work. Maybe if .... 1. Force https:// from http:// 2. Force redirct url 3. URL Rewriting Can anyone make me this? I have seen sites that have always: http://www.xxx.com and never had http://www.xxx.com/[any other lines here] How do you do that as well? ( But i want the history to show up http://www.xxx.com ONLY not www.xxx.com/[any other line here] like others.
Anyone..? Can anyone make me Force redirect to https://addondomain.com/addon then URL rewrite so it looks like https://addondomain.com? not https://addondomain.com/addon
Did You add the SSL Redirection On the Htaccess inside the Addon Domain's Folder? IF then, This shouldnt happen! ~ExP~
It didn't work, when I put it on the primary domain. I put it under addon domain's folder RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.xx.com/$1 [R,L] Code (markup):
I don't know how to create rewrite rule from here. RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.xx.com/xx$1 [R,L] Code (markup): Now it leads to SSL Add-on domain page, but instead of showing www.xx.com, it shows www.xx.com/xx. I want to make it so it (url rewrites) shows to www.xx.com on address bar, when it is actually showing www.xx.com/xx
Hello, I don't think you can install an SSL certificate on a addon domain because it's not possible to install a dedicated IP on an addon domain. Sorry man. Jack
I have dedicated IP on my primary domain. I don't want to install the SSL on my addon. Just a "spoof" https:// not http://