I've noticed that the QueryStrings in DNN (with Friendly URLs turned off) show Tabid=XXX.
Is there anyway to force DNN to use QueryStrings that have something to do with the page name?
From a friends site built off some PHP Wiki Tool:
http://docs.centercode.com/default....Managementn = relevant page information
Is there any way to get DNN to do something like this?
It seems the only other option is to turn on Friendly URL's, but then I get an ugly 'tabid/xx' in the path.
I would really like a that:
(a) Didn't contain references to a folder that doesn't exist
(b) Contained QueryString Values with some Page Level Meaning (see above link)
Is there a way to get those two things with DNN?
I'd install a module to do it, if that would fix it.