Gossamer Forum
Home : Products : DBMan SQL : Discussion :

What is the URL??

Quote Reply
What is the URL??
I have 2 tables. One is homes and one is image_gallery.

I have set homes as my default and works fine.

I need to know how to access my image_gallery from the browser. That is a user that is not registered needs to access it. I was told to use:

http://www.mydomain.com/cgi-bin/dbsql/db.cgi?db=image_gallery&do=search_form

But this takes me to admin log in. I need the default guest link?

Thank you
Quote Reply
Re: [needsupport] What is the URL?? In reply to
http://localhost/...cgi?db=image_gallery
Quote Reply
Re: [needsupport] What is the URL?? In reply to
Hi,

You should use http://www.mydomain.com/cgi-bin/dbsql/db.cgi?db=image_gallery&do=search_form&uid=default

Or you can switch the auth_no_authentication to YES in Setup of admin panel.


TheStone.


B.