Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Stupid Question RE Detailed Pages

Quote Reply
Stupid Question RE Detailed Pages
Hi:

OK, really stupid.... in my old, modded out version of SQL, I had a special cgi script to display dynamically generated Detail pages. I assume now we can do that directly with page.cgi

So, my stupid question is: What is the URL to a Detailed page?

I have been trying http://www.my.domain/page.cgi?g=Detailed&ID=1542&d=1 but that does not work...

tia!

dave

Quote Reply
Re: Stupid Question RE Detailed Pages In reply to
Hi,

Should be just like before it's based off your config. So if you have:

http://yourdomain.com/pages/Detailed/573.html

in page.cgi it would look like:

page.cgi?g=Detailed/573.html

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Stupid Question RE Detailed Pages In reply to
Alex:

Thanks for the Sunday reply! OK, I tried this method, and I still get an error:

We don't seem to have a category by the name 'Detailed/573.html'.


I think this MAY be related to my other post regarding New pages (wherein the New Page is build, but the links to the subpages like 'New/2000-10-07.html' do not.)

You can see this on my site at:

http://www.bcdb.com/...?g=Detailed/573.html (Temporary URL...)

You can use any number up to 10,000, and it still says no category of that name...

Anyway, I probably have done something wrong... what do you think?

dave

Quote Reply
Re: Stupid Question RE Detailed Pages In reply to
Ugh, no you haven't done anything wrong it's the same bug that was affecting New pages being shown properly. I've fixed it up.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Stupid Question RE Detailed Pages In reply to
Alex:

Thanks- thought I was going crazy!

Dave