I now have the script ( https://coursesweb.net/php-mysql/ssep-si ... hp-ajax_s2 ) crawling how I think I would like it and am trying to use the search. It seems that no matter what I search for it goes to '/ssep/index.php' and fails to find any results. The '/ssep/index.php' does not look anything like the one in the demo.
I will keep trying to figure out where I went wrong, but thanks for any help
You can see it and try it here:
teambuick.com/reference/index.php
I will also be like to line up the suggestions with the searchbox.
Problem SSEP search script in site with https
-
- Posts:5
Problem SSEP search script in site with https
Admin
Posts:805
Hello,
From what i checked, I noticed that the script did not work in sites with https.
I fixed that problem. You can download again the script, or make this simple change in the "search.htm" file (in the "templ/" folder).
- Delete the "http" protocol from the <base> tag and <a> link for home page, to be like these:
and
From what i checked, I noticed that the script did not work in sites with https.
I fixed that problem. You can download again the script, or make this simple change in the "search.htm" file (in the "templ/" folder).
- Delete the "http" protocol from the <base> tag and <a> link for home page, to be like these:
Code: Select all
<base href="//{$base}" />
Code: Select all
<a href="//{$home_page}/" title="{$home_page}" id="home_page">{$home_page}</a>
Similar Topics
- Speech to text without https
General Forum First post
Pleasant Coursesweb,Last post
Is their anything posible without https for speech to text fill-in ?
Or must I turn my SSL document on the XAMPP-server ?
Hello,
I don't know about speech to text fill-in.
Anyway, I want to inform you that this forum will be closed for register or posting.
Any...