User293269538 posted
Is it possible to use ONLY the base URL as a filter/parameter on page load?
I have built a number of single page websites for a client all based on a single, identical template. The page is displaying data that gets populated from a database using vb.net code behind hard coded with the necessary parameters for each single page website
to show its stuff.
URL parameters, of course, would be the easy logical path... but, therein lies the issue. The URL address must stay clean... www.mywebsite.com
with no URL parameters visible to the visitor to filter the data
to alter page content appropriately.
So, consequently, each page, for each site, is in it's own folder as a single stand-alone website. I've been at this for 16 years and feel like I'm missing something obvious. What am I missing?
How can I have a single page show it's own unique data using just the base URL as the filter?