Actions
Bug #891
closedindex-file.names can't use aliases for generator scripts
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"
Updated by stbuehler almost 17 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
Also available in: Atom