By hfidge on
Hiya,
I'm trying to rewrite the output of an image field in a view so that the image is clickable. I've edited the field in views, checked the rewrite box and entered this code:
The problem is that I'm on a IIS server, and so url rewriting / clean urls is off so the url comes out as:
http://www.mydomain.com/recipes/breakfast/22
rather than
http://www.mydomain.com/index.php?q=recipes/breakfast/22
Is there any variable or code I can put in the rewrite sequence to create the /index.php?q=r string?
Thanks,
H