Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Anyone know why this ($ID) has stoped working?

Quote Reply
Anyone know why this ($ID) has stoped working?
<%php_dynamic_detailed("http://www.mysite.com/php/image.php?id=$ID")%>

and yet

<%php_dynamic_detailed("http://www.mysite.com/php/linked.php?title=$Title")%>

does

It was working yesterday but all of a sudden it is not! The $ID field isn't working i.e it is just "http://www.mysite.com/php/image.php?id="

Last edited by:

garrynz: Aug 10, 2005, 10:08 AM
Quote Reply
Re: [garrynz] Anyone know why this ($ID) has stoped working? In reply to
Wierd it was because I put this in my htaccess yesterday as this thing was out of control on my site.

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^lwp-trivial/1.41
RewriteRule /*$ http://www.yahoo.com [L,R]