On Wed, 17 Jan 2001, Olivier Guieu wrote:

>URLs are rewritten fine (they contain the PHPSESSID
>value whenever necessary), however images are also
>re-written!, i.e. <IMG SRC=/pix/dummy.gif> get changed
>to <IMG SRC=/pix/dummy.gif?PHPSESSID=hqsgqsgsqg>.
>Could someone tell me whether this behaviour is
>correct and if not, if it has been corrected in 4.0.4

Please check your php.ini (or php.ini-dist from the package)
for this directive (this is from latest CVS's php.ini-dist):

url_rewriter.tags         =  "a=href,area=href,frame=src,input=src,form=fakeentry"

With this directive you can control which tags get rewritten.
This directive was added in PHP 4.0.4, so yes, this has been fixed. :)

--Jani



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to