Forum

UrlToolkit

Hiawatha and CMS made simple
16 November 2013, 13:21
Hi!

I'm trying to hide the complete URL of my CMS made simple system but by now I didn't reach my goal.
Tried it through the config.php of CMS made simple. No luck!
Then with some Toolkits for other CMS.
The problem is. When I use some toolkit the CMS won't work anymore.
I don't know why.
Hugo Leisink
16 November 2013, 22:52
You need to use this UrlToolkit rule:
UrlToolkit {
ToolkitID = cmsmadesimple
RequestURI exists Return
Match ^/(.+)$ Rewrite /index.php?page=$1
}
This topic has been closed.