Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-15176

Allow fastcgi mode to work using path_info instead of query_string

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Medium Medium
    • Future
    • 4.0.6, 4.1.3, 4.2.0, 4.3.0, 4.4.0alpha1
    • Install, Misc
    • None

    Description

      At least on iis 6 + fastcgi, using

      http://my.ez.site/path/index.php/siteaccess/ezpath

      works fine, without the need for

      • vhosts
      • rewrite rules.

      But the ez config prevents that from working, and since it detects fastcgi sapi, it will generate urls of the form:

      http://my.ez.site/path/index.php?/siteaccess/ezpath

      This unfortuantely breaks the search / advancedsearch forms (see bug 15150), and makes some other usages of query string params hard / impossible.

      The only way to overcome the situation is currently to switch to vhost mode, and set up proper rewrite rules.

      It would be nice if an ini param could be set that forced the generated urls even in cgi mode to use pathinfo instead of querystring - a bit like fiorcevirtualhost does...

      Attachments

        Activity

          People

            unknown unknown
            72f8acac-185f-4a54-9470-a7473f50daab@accounts.ibexa.co Gaetano Giunta
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: