Bug #891

index-file.names can't use aliases for generator scripts

Added by aredridel 763 days ago. Updated 41 days ago.

Status:Invalid Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:core
Target version:-
Pending:

No

Resolution:

invalid

Patch available:


Description

If I have

server.document-root = "/www/"
alias.url = ("/global/" => "/sites/global/")
index-file.names = ("index.html", "/global/indexer")

Then the server looks for "/www//global/indexer" instead of "/sites/global/indexer"

History

04/24/2008 09:08 PM - stbuehler

  • Status changed from New to Fixed
  • Resolution set to invalid

Just use rewrite for such things; index-file.names should not depend on such things (they should work in every subdirectory)

10/10/2008 06:53 PM - stbuehler

  • Status changed from Fixed to Invalid

Also available in: Atom PDF