Forum Moderators: phranque

Message Too Old, No Replies

Can anyone identify the software that was used to create this?

apparently CGI generated url

         

Robert Charlton

5:30 am on Nov 19, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



I'm breaking this url into three so it will fit on the page, and breaking it also after http...

http: //www.domain.com/domain/domainStore/cgi-bin/
domain_onlinestorecatalog.exe?VM_CGI_RULE=Display&VM_CGI_OBJECT
=StaticLinksPageSt&mac=Home.mac&NavRoot=200&Category_ID=200

This is the home page url that results when I enter www.domain.com. Prospect is wondering why they're not appearing in the engines. ;)

I assume from the URL that it's CGI generated, and also that someone may have just pulled this out of a box... ie, used a package designed for generating an online store catalog to build a database driven site.

I'm not a CGI expert, and I'm not sure who I'll be dealing with on this. If it were someone who knew what he was doing, I'm sure this could be gotten down to a user-friendly/ spider-friendly url. If it comes out of a package, it may be that it's a real can of worms to go into.

Anyone recognize it?

Brett_Tabke

5:35 am on Nov 19, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



I've dug through two se's on every form value Robert and got a total of zero hits. I'd say whatever it is, it is using custom form values.

jatar_k

5:37 am on Nov 19, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I did the same and couldn't come up with a thing.

Doesn't smell like out of the box, unless it is something new.

mod_rewrite would be an option.

Robert Charlton

7:18 am on Nov 20, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



jatar - Thanks. I'm not really an IT guy, though. Can you clarify why you're suggesting mod rewrite, so I can communicate to others who know more about it than I do?

There have been threads on the board talking about parsing down urls, but I don't remember mod rewrite entering into it. Here's one such thread that I've made a note of...

[webmasterworld.com...]

Using the scheme in the above thread, though, I don't know how you'd get the first url I posted down to www.domain.com, which is what it should be... perhaps with the name of the index page appended.

Damian

9:00 am on Nov 20, 2002 (gmt 0)

10+ Year Member



how you'd get the first url I posted down to www.domain.com

you can use a virtual include setup if it's just this one page for which you want to change the adress to www.domain.com

Assuming apache server:
Just make an empty index.html file and include the following line (using example url):

<!--#include virtual="/domain/domainStore/cgi-bin/domain_onlinestorecatalog.exe?variable1=value1&variable2=value2" -->

If you are not parsing .html files for virtual includes, add the following .htaccess file to the htdocs root folder or work this syntax into httpd.conf:

AddType text/html .html
AddHandler server-parsed .html

The easiest way to make an .htaccess file is to just copy these two lines into notepad and name the file ".htaccess"

this is just a one page solution...the mod_rewrite option will give many more possibilities..

Robert Charlton

12:23 am on Nov 21, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Thanks... No, this is not just one page. Each page has some creative variations of the url. Here's an interior page url broken into 4 lines.

http: //www.domain.com/domain/domainStore/cgi-bin/
domain_onlinestorecatalog.exe?
VM_CGI_EVENT=ProductSubcategoriesEv&VM_CGI_OBJECT=
storebuilder_displayed_page&Category_ID=303&NavRoot=303