Basically, I want to host a website through a CDN. My website currently contains a few URL's with parameters, eg.
I want my website to look like the website used to look (eg. it should respond with the same page as originally when the user visits the parameter URL).
Seeing as this is a CDN host, I cannot use .htaccess etc. which is why I'm asking the question here rather than resolve it myself.
Is there any way to name the file (including the parameter) so it responds to the URL above?
EDIT: Spiders need to be able to properly crawl the content, so JS won't do the trick here.