Responsive Tabs / Posts /

Multiple domain license

3
I need to buy McTabs for use in my website. My website may be accessed from more than one url/domain. For example domain1.com and domain2.com may go to the same site. But I see that while purchasing I need to type a domain. May I type more than one domain? If not how can I get a license for one website that may be accessed from multiple domain/url?
Celestino  10 years ago   viewed: 10066    

1 Answer

0

If you have two (or even more) web domains pointing to the same server resource, you should purchase multiple licenses for each domain name. 

Note: If all other domains will be redirected to domain1.com, in other words, the browser address bar will finally only be domain1.com, then you only need one license for the domain1.com.

Add multiple licenses to the same script

Open the script responsive-tabs.js with Notepad, and update it to the following:

var rtabsGlobalOptions = { ...... license: "license1" }; if(document.domain.indexOf("domain2.com") != -1) rtabsGlobalOptions.license = "license2"; /* Responsive Tabs v2014.12.23. Copyright www.menucool.com */ var tabbers=…(remain untouched)


If you have more than two domains, the added code shown in above block will be like:

if(document.domain.indexOf("domain2.com") != -1) rtabsGlobalOptions.license = "license2"; else if(document.domain.indexOf("domain3.com") != -1) rtabsGlobalOptions.license = "license3”;
Milo   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: