Hi guys We do URL rewriting, but if we have 2 URLs, lets sa xyz.com and abc.com pointing to the same site, we can make only one of them work since the RewriteBase is static. Is it possible to have it change based on the URL?
Sorry if this is not what you mean but. You can always park one of the domains and it will still be able to use URL rewriting.
I may have not cleared the issue. I should have written this earlier there is www.XYZ.com/abc/test and www.ABC.com/test this 2 URLs open the same page, but we cannot make them work for both URL since RewriteBase we can write only once, is it possible for modify the RewriteBase in .htaccess based on the browser's URL