Page is a not externally linkable
getoffmyisland - 3:15 pm on Nov 20, 2012 (gmt 0)
I tried this, but it only works for /%20 or spaces
eg. when you want to redirect something like this:
www.example.com/our%20work
example:
Redirect 301 "/our work" "http://www.example.com/our-work"
but this doesn't work for bad requests like below.
www.example.com/our-work/%ourworkcategories%/
any help would be appreciated.