0
Using SES URLs
New Here
,
/t5/coldfusion-discussions/using-ses-urls/td-p/943227
Mar 24, 2008
Mar 24, 2008
Copy link to clipboard
Copied
There seems to be a difference in configuration that I can't
find between version 7 and 8.
For example, on the version 7 server, a URL like this:
http://www.server.com/karaoke-brand.cfm/Brand/251-karaoke.html
works exactly like this:
http://www.server.com/karaoke-brand.cfm/Brand/251
The problem is on version 8, I can try the above URL (without the -karaoke.html) and it works just fine, but adding the "-karaoke.html" throws a 404 error. I've looked through the web.xml file to compare differences between version 7 and 8, but I don't see anything in there that would cause this behavior.
The reason for "-karaoke.html" to stay included is because when the site was developed, this is the behavior that was used. Making 1 global change needs to happen.
For example, on the version 7 server, a URL like this:
http://www.server.com/karaoke-brand.cfm/Brand/251-karaoke.html
works exactly like this:
http://www.server.com/karaoke-brand.cfm/Brand/251
The problem is on version 8, I can try the above URL (without the -karaoke.html) and it works just fine, but adding the "-karaoke.html" throws a 404 error. I've looked through the web.xml file to compare differences between version 7 and 8, but I don't see anything in there that would cause this behavior.
The reason for "-karaoke.html" to stay included is because when the site was developed, this is the behavior that was used. Making 1 global change needs to happen.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Contributor
,
/t5/coldfusion-discussions/using-ses-urls/m-p/943228#M86316
Mar 24, 2008
Mar 24, 2008
Copy link to clipboard
Copied
I am using CF8 server with different kind of SES URLs without
any issue.
I think there must be something which is not related with the server version.
If you can clarify your issue with the SES technique etc. that would be nice to resolve also your issue.
I think there must be something which is not related with the server version.
If you can clarify your issue with the SES technique etc. that would be nice to resolve also your issue.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
tristanlee85
AUTHOR
New Here
,
LATEST
/t5/coldfusion-discussions/using-ses-urls/m-p/943229#M86317
Mar 24, 2008
Mar 24, 2008
Copy link to clipboard
Copied
Well like I said, I only get the 404 error when I had
"-karaoke.html" to the end. Otherwise it works just fine. We have a
regular expression that strips everything out so it should not be
trying to access the "-karaoke.html" URL.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

