Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-7941

Have more flexibility regarding setting SeoConfig parameters

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Trunk, Upcoming Branch
    • None
    • cmssite, ecommerce
    • None

    Description

      Currently when deploying mutilple cmssite and ecommerce based sites and the adopter wants to have some kind of url shortening, the adopter must adjust the SeoConfig.xml file manually.

      The following needs to be adjusted in the file to include other componentIds:

      <allowed-context-paths>/:/ecomseo</allowed-context-paths>
      

      Also, differentiation regarding multiple site components is not obvious (can't be achieved?) in:

      <category-name>disable</category-name>
      

      Furthermore, for each new addition (to allowed-contex-paths) requires the addition of:

              <url-config>
                  <description>sample: remove /ecomseo/main</description>
                  <url-pattern>^/ecomseo/main$</url-pattern>
                  <seo>
                      <replacement>/ecomseo/</replacement>
                  </seo>
                  <forward>
                      <replacement>/ecomseo/</replacement>
                      <responsecode>301</responsecode>
                  </forward>
              </url-config>
      

      At the moment I haven't found a work-around to have it configurable through data (visavis multi-tenancy).

      Attachments

        Activity

          People

            Unassigned Unassigned
            pierresmits Pierre Smits
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: