Development

#4067 (Routing and adding suffix ".html". Settings changed and moved to another file.)

You must first sign up to be able to contribute.

Ticket #4067 (closed documentation: fixed)

Opened 4 months ago

Last modified 4 months ago

Routing and adding suffix ".html". Settings changed and moved to another file.

Reported by: grzegorz.rygielski Assigned to: fabien
Priority: minor Milestone: 1.1.1
Component: routing Version: 1.1.0
Keywords: routing suffix Cc:
Qualification: Unreviewed

Description

While using sandbox with Symfony 1.1 i notice that
in Chapter 9
http://www.symfony-project.org/book/1_1/09-Links-and-the-Routing-System should be

change:

Listing 9-22 - Setting a Suffix for All URLs, in frontend/config/settings.yml
prod:
  .settings
    suffix:         .html

to: [PATCH]

Listing 9-22 - Setting a Suffix for All URLs, in frontend/config/factories.yml
prod:
  routing:
    param:
      suffix:       .html

Change History

08/01/08 17:41:32 changed by fabien

  • milestone set to 1.1.1.

08/01/08 17:41:38 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [10587]) [1.1, 1.2] fixed typos (closes #4067)