 |

jrhenry36
User
Feb 27, 2008, 7:33 AM
Post #1 of 10
(1643 views)
Shortcut
|
|
Homepage Listings
|
Can't Post
|
|
Hello Now that I have the home page feature listings working, http://www.bcbesthomes.com/exec/search.cgi?search=1&lfield25_keyword=yes&template=_featured_results.html, How to I make this page come up when some one types in the url for the index page?
|
|
|  |
 |

Jake
Staff
/ Moderator

Feb 28, 2008, 9:44 AM
Post #2 of 10
(1632 views)
Shortcut
|
|
Re: [jrhenry36] Homepage Listings
[In reply to]
|
Can't Post
|
|
Hi jrhenry36, Just to clarify - did you want that page to display when people visit www.bcbesthomes.com? If so, the easiest way to do this is to create a file called "index.shtml" that only has a Server Side Include within it which would bring in that featured search results page. If you need more specifics on this, let us know. ----------------------------------------------------------- Cheers, Jake Swanson - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

jrhenry36
User
Feb 28, 2008, 9:53 AM
Post #3 of 10
(1630 views)
Shortcut
|
Jake, Yes I want this to be my index page. I have made a .shtml page but it doesn't show. Not sure what include file to put in the page. It's on a windows server. Thanks
|
|
|  |
 |

Jake
Staff
/ Moderator

Feb 28, 2008, 9:56 AM
Post #4 of 10
(1629 views)
Shortcut
|
|
Re: [jrhenry36] Homepage Listings
[In reply to]
|
Can't Post
|
|
Hi jrhenry36, I'm not sure what the directory path is on your server, so this code may not work, but try adding in this line to your index.shtml file: <!--#exec cgi="/exec/search.cgi?search=1&lfield25_keyword=yes&template=_featured_results.html" --> Hopefully that will get this working. ----------------------------------------------------------- Cheers, Jake Swanson - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

jrhenry36
User
Feb 28, 2008, 10:10 AM
Post #5 of 10
(1628 views)
Shortcut
|
Jake Not too sure how the code should look on the index.shtml. Do I just put the <!--#exec cgi="/exec/search.cgi?search=1&lfield25_keyword=yes&template=_featured_results.html" --> by itself on the page or do I use all of the code for my exiting index page?
|
|
|  |
 |

Jake
Staff
/ Moderator

Feb 28, 2008, 3:50 PM
Post #6 of 10
(1613 views)
Shortcut
|
|
Re: [jrhenry36] Homepage Listings
[In reply to]
|
Can't Post
|
|
Hi jrhenry36, That line by itself in that file is all you need. ----------------------------------------------------------- Cheers, Jake Swanson - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

jrhenry36
User
Mar 4, 2008, 12:11 PM
Post #7 of 10
(1516 views)
Shortcut
|
Sorry Jake, I must be missing something. I have put that file on the shtml page and nothing comes up. Any chance on showing me what the code for the whole page should look like? J
|
|
|  |
 |

Donna
Staff
/ Moderator

Mar 4, 2008, 4:04 PM
Post #8 of 10
(1504 views)
Shortcut
|
|
Re: [jrhenry36] Homepage Listings
[In reply to]
|
Can't Post
|
|
Hi there, That will be the code for the whole page. However, depending on your server config and the paths to your files, it might vary a bit. Try this: <!--#include virtual="/exec/search.cgi?search=1&lfield25_keyword=yes&template=_featured_results.html" --> Usually the "exec cgi" code is required for Windows servers, but maybe yours doesn't allow that. If this doesn't work either, you may want to doublecheck with your hosting provider and ask if Server Side Includes are enabled. Donna
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

jrhenry36
User
Mar 4, 2008, 5:16 PM
Post #9 of 10
(1502 views)
Shortcut
|
Hello Donna I'm using just this code on the page, <!--#include virtual="/exec/search.cgi?search=1&lfield25_keyword=yes&template=_featured_results.html" --> , no html or body tags and I'm saving the file as index.shtml. The server is configured to accept server side includes, but the exec folder is not in the cgi-bin. The path above is the correct one to the search.cgi file. I still can't see the page and get a 404 error. I know it has to be something small too.
|
|
|  |
 |

Donna
Staff
/ Moderator

Mar 4, 2008, 5:26 PM
Post #10 of 10
(1501 views)
Shortcut
|
|
Re: [jrhenry36] Homepage Listings
[In reply to]
|
Can't Post
|
|
Hi there, Try filling out a support request -- we can pop in and see what's going on directly. :) https://www.interactivetools.com/support/email_support.cgi Donna
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
|