So I moved my site from fw/1 to Coldbox
Having some Urls that no longer work but I’d like them to.
On FW/1 and locally on coldbox these actually work just not on my server.
domain.com/main/test.cfm
as well as
domain.com/main/test
Now the test.cfm throws an error saying it can’t be found it’s not looking in views or even hitting Router.cfc that I can see. Also it does work locally which is odd but not on my server.
2nd weird issue. this url use to work
http://domain.com/journal/username/webdiva&rate=3
because it was a rewrite of /journal?username=webdiva&rate=3
which it still is. However now it errors otu because of the & it’s expecting a ?
I have a bunch of URLs on google that are going to be affected in both instances so I’d love to get these to work the way they used to if possible.
I can use .htaccess or router.cfc I am on linux and using lucee.