Greetings!
I'm trying to write a custom rule that I can't seem to figure out.
Example:
http://domain/sections/time/ ---> should go to http://domain.com/#/sections/time/
http://domain/sections/time/invoices ---> should go to http://domain.com/#/sections/time/invoices
/sections/whatever/ ---> #/sections/whatever/
/sections/time/invoices/to
day/tomorr
ow/ ---> #/sections/time/invoices/t
omorrow/
I don't know how deep the folders will get... basically just wanting to add a pound sign in front of anything that's in /sections/.
Please help!
We're using some jquery stuff so that we have basically a single page to server hundreds of other pages.
The problem right now is a user could go to /sections/time/ and see the page directly... we want to prevent this by rewriting the url to have a pound sign.