add note about url_rewriter.tags

This commit is contained in:
Sascha Schumann 2002-09-25 18:08:58 +00:00
parent fc46a46b06
commit 21adf62204

View File

@ -837,6 +837,11 @@ session.cache_expire = 180
; always using URL stored in browser's history or bookmarks.
session.use_trans_sid = 0
; The URL rewriter will look for URLs in a defined set of HTML tags.
; form/fieldset are special; if you include them here, the rewriter will
; add a hidden <input> field with the info which is otherwise appended
; to URLs. If you want XHTML conformity, remove the form entry.
; Note that all valid entries require a "=", even if no value follows.
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
[MSSQL]