hi,

could you include a gallery_remote2.php file that shold be placed in root and containing

#   header("Location: index.php?q=gallery_remote2.php");
$_POST['q'] = $_REQUEST['q'] = $_GET['q'] = 'gallery_remote2.php';
include('index.php');

It helps dealing with non-clean urls.

Thanks

CommentFileSizeAuthor
#1 README.txt_9.patch1 KBrobloach

Comments

robloach’s picture

Title: non clean url » Support for Non clean url
Version: master » 5.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1 KB

Instead of using a file, it might be better to include documentation on how to get the Gallery Remote 2 support working with Clean URLs. This will be less confusing to the user as they might see gallery_remote2.php and instantly assume they are to tell their client that they should link to it instead of just their site.

egfrith’s picture

Status: Needs review » Fixed

This looks like a good solution, so I've committed this patch. Thanks Rob!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.