Thanks, now how would I designate which page to display?
Would I use a refresh/redirect to the proper URL, or is there another way to display the right page?
You can see what I mean here:
www.bcowwoutfitters.com and
www.texaswaffles.com
if bcowwoutfiters is the URL used, then I want index.php to display. If texaswaffles is the URL I want index2.php to display.
Now they both use similar headers and footers with different style sheets, so I am wonding if I should set the page content as an include/require and then declare that in the statement you provide.
Any suggestions on how this can be easily achieved?
Thanks