2012-11-24, 00:16:27
? is a querystring
so your url is essentially
webroot_default_index?querystring.
or index.php?querystring
You will have to have a special rewrite or redirect, so that those querystrings goto a new page.
Or change the links to use an actual file, not an empty one.
so your url is essentially
webroot_default_index?querystring.
or index.php?querystring
You will have to have a special rewrite or redirect, so that those querystrings goto a new page.
Or change the links to use an actual file, not an empty one.