JasonHarper Posted October 14, 2010 Share Posted October 14, 2010 Hello, I've created a web application that customer subscribe to. Because they are storing sensitive data, I am using SSL to secure the site. Since I don't want to host a virtual directory/separate set of pages for each customer, I have a generic domain name/SSL that they then point a cname to: My URL: webapp.com Their CNAME: portal.mycompany.com When they hit my server, I redirect them to https://webapp.com However, many of the customers want to maintain their own URL in the browser bar and never want to see webapp.com. THe only way I know to do this is to create a separate virtual site with its own set of pages and an SSL certificate issued for the customer's domain. Is there any other way to do this so I can have their URL displayed in the browser bar? The entire application is written in PHP and I'm using Apache on CentOS. Thank you SO much for any help! Jason Quote Link to comment https://forums.phpfreaks.com/topic/215835-mask-url-rewrite/ Share on other sites More sharing options...
steviewdr Posted October 15, 2010 Share Posted October 15, 2010 You could use frames, but they are messy. -steve Quote Link to comment https://forums.phpfreaks.com/topic/215835-mask-url-rewrite/#findComment-1122619 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.