Index: README.txt
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/image_pub/README.txt,v
retrieving revision 1.1
diff -u -r1.1 README.txt
--- README.txt	12 May 2006 07:56:59 -0000	1.1
+++ README.txt	19 Oct 2007 08:32:34 -0000
@@ -2,6 +2,7 @@
 applications, using Drupal's image.module image infrastructure.  It 
 currently supports two families of publishing software.
 
+
 - Gallery Remote
 
 To use a Gallery Remote client, configure the client with the URL of your 
@@ -12,6 +13,14 @@
 This module has been tested successfully with the Java Gallery Remote 
 clients, and digiKam.
 
+To use Gallery Remote without Clean URLS enabled, place the following code into
+a gallery_remote2.php file within your Drupal root directory:
+
+<?php
+#   header("Location: index.php?q=gallery_remote2.php");
+$_POST['q'] = $_REQUEST['q'] = $_GET['q'] = 'gallery_remote2.php';
+include('index.php');
+
 
 - Windows Web Publishing Wizard
 
