Project

General

Profile

Actions

Bug #891

closed

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

Added by aredridel over 17 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

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"

Actions #1

Updated by stbuehler almost 16 years ago

  • 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)

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom