From 0a9c94e4af6bb0457eb77f844a7b2dfe8d48cb54 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Thu, 26 Sep 2002 07:05:17 +0000 Subject: [PATCH] - Merge url_rewriter.tags description from Sascha. --- php.ini-recommended | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/php.ini-recommended b/php.ini-recommended index 526bd82354..1b00b61646 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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 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] -- 2.50.1