ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

URL Titles with period don't work after EE1.x to EE2.x upgrade

October 20, 2010 5:46pm

Subscribe [3]
  • #1 / Oct 20, 2010 5:46pm

    eeart

    257 posts

    On a site that I recently upgraded from 1.x to 2.x the URL titles that have a period in them suddenly don’t work anymore and give a 404 error.

    Is there something in the new EE that I need to activate to allow this?

    New entries continue to generate URL titles with periods, so I think it should work.

    Thanks.

  • #2 / Oct 21, 2010 4:02am

    John Henry Donovan

    12339 posts

    eeart,

    What build are you currently using?

    In your system/expressionengine/config/config.php can you change

    $config['uri_protocol']    = 'AUTO';

    to

    $config['uri_protocol']    = 'PATH_INFO';

    and see if that makes a difference

  • #3 / Oct 21, 2010 5:49pm

    eeart

    257 posts

    Changing it to PATH_INFO caused every URL to return the homepage.

    I changed it to QUERY_STRING now, and that seems to have fixed the problem.

    Are there any disadvantages to QUERY_STRING over AUTO? What is the difference?

    Thanks.

  • #4 / Oct 21, 2010 5:55pm

    Ingmar

    29245 posts

    On a well-configured server AUTO should determine the best available method. Where that’s not an option setting it explicitly, as you have done, would be the way to go. There are no further disadvantages to this.

  • #5 / Oct 21, 2010 5:57pm

    eeart

    257 posts

    Thank you both.

  • #6 / Oct 21, 2010 6:03pm

    Ingmar

    29245 posts

    My pleasure. Post again as needed, please.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases