Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Using SES URLs

New Here ,
Mar 24, 2008 Mar 24, 2008
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.
255
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 24, 2008 Mar 24, 2008
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2008 Mar 24, 2008
LATEST
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources