I have weird scenario, am trying to use the same code base for different sub-domains/host names (Affiliates) and they should be on SSL, depending the on sub-domain, the MVC (VIEW) Compoents change but the Model and Data Layers stay the same and i want BOTH SSL's to point the same directory.
Example.. Company ABC (https://secure.abc.com) and Company XYZ (https://secure.xyz.com) both secure need to point to one directory (affliateAuth), depending on the domain i can set some request parameters and switch out View Compoents (e.g view/abc and view/xyz) This application specific stuff is clear, am wondering if there are goona be any issues with the SSL for 2 different domains and 2 different IP Address pointing the same directory. Basically, am trying Not to replicate code by doing all the above. Appreciate any input. Joe Eugene
<<attachment: winmail.dat>>
