Hello! It's been a while and I'm finally installing this product. I've got almost everything working fine, but I'm having trouble with a single Custom Rewrite Rule. It's like this:
Right now this works: '^showwiki\.php$' => 'wiki/'
but I'd also like to extend the links that look like "showwiki.php?title=PageName" to instead become "/wiki/PageName"
Any guesses as to how to manage this?
Right now this works: '^showwiki\.php$' => 'wiki/'
but I'd also like to extend the links that look like "showwiki.php?title=PageName" to instead become "/wiki/PageName"
Any guesses as to how to manage this?