]> granicus.if.org Git - php/commitdiff
- Merge url_rewriter.tags description from Sascha.
authorMarkus Fischer <mfischer@php.net>
Thu, 26 Sep 2002 07:05:17 +0000 (07:05 +0000)
committerMarkus Fischer <mfischer@php.net>
Thu, 26 Sep 2002 07:05:17 +0000 (07:05 +0000)
php.ini-recommended

index 526bd82354f1472d2ffdd1387ef2e26e5b91ad9e..1b00b616469e3f277e327de62cecada79522c55a 100644 (file)
@@ -851,6 +851,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=fakeentry"
 
 [MSSQL]