Questions tagged [subdomain]
Questions related to sub domains. Use this tag if your question is related to any sub domain.
16 questions
0 votes
1 answer
64 views
how to fix to show main domain when input subdomain in Magento?
I cloned Magento project from main domain to subdomain in cPanel. I fixed secure and unsecure URL in database. But if I input subdomain URL, it show main domain URL. How can I fix it?
1 vote
1 answer
33 views
How to create SEO 301 redirections when moving Magento to a subdomain
As I asked it in the title, I decided to move my Magento Store to a subdomain. I created a showcase site that is published at my main domain. The thing is my store was published for 2 years and even ...
1 vote
0 answers
53 views
Magento 2 - Setup blog on subdomain
There is an option on magento to setup multiple website. But I don't want to do that. I need a subdomain for my blog like this: blog.example.com I don't want customers to lose their sessions and ...
1 vote
1 answer
795 views
Magento 2.3.4 multi-store customer session transfer
I have installed Fresh Magento 2.3.4, and set multiple store with websites on sub-domains. I want customers to signin in one store and then automatically signedin on another store on sub-domain. I ...
1 vote
1 answer
477 views
Magento2 : How to point sub domain?
Hello I have website test.english.com in ENG language I want to add new website view within it for Spanish language For that, I have created Folder magento_Root/pub/spanish and point it. Now the ...
2 votes
0 answers
66 views
Magento2 Seller Sub Domain Configuration
We are using multivendor marketplace in magento2. Now i we have login for seller as http://mystore.com/marketplace/vendor/login , I want to make it as seller.mystore.com that means when ever seller....
2 votes
2 answers
294 views
File page-cache.js not loaded in head
I have some problems with form_key when default FULL PAGE CACHE enabled. And i found out that page-cache.js doesn't load in head section. And there is no "X-Cache:" headers. I've tried everything.. ...
3 votes
4 answers
5k views
How to setup a subdomain for admin panel in magento 2
Today i had tried to use the sub domain like admin.domain.com for admin panel by setting the custom url for admin panel in system -> config -> Advanced -> admin -> admin base url -> ...
2 votes
0 answers
73 views
How to get/access subdomain name in code
How to get or access subdomain name in code. Magento verion 2.3
0 votes
0 answers
63 views
subdomain.domain is redirecting to domain/subdomain
Anyone know what is going on? Here is my .htaccess file (only rewrite conf): RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE] Options +FollowSymLinks ...
0 votes
1 answer
1k views
1.9 - Setting up multi-website using subdomain
So I'm attempting to setup a second website under Magento, and I'd like it to be on a subdomain, for example, second.mywebsite.com. My main store is mywebsite.com. I've essentially got everything ...
1 vote
2 answers
280 views
How can i Redirect my sub-domain by new Domain?
I have a website called xyz.com and added additional store called abc.xyz.com. Now I have purchased new domain 123.com. How can I redirect my subdomain as a new domain, like if customer enter 123....
0 votes
1 answer
160 views
Magento 1.8.1 Chrome Login not working
I am trying to figure out what is going wrong in my Magento 1.8.1 setup. My Magento 1.8.1 installation is all working fine if I access it from the server IP (e.g. XXX.XXX.XXX.XXX/magento). After I ...
2 votes
0 answers
589 views
Magento2 : cross origin issue on sub store
I have created a sub store in magento2, but on subdomain I'm getting below error in console. Uncaught DOMException: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a ...
1 vote
2 answers
3k views
Magento 2 Cookies break login on subdomains
I have a magento 2 install running on domains like this: site.com business.site.com If you go directly to the subdomain you can login without issues but if you visit the primary domain at all cookies ...