I've created a simple website for internal use on my server (with WAMP) and am attempting to get the Free version of Zoom to work to find out if I want to spring for one of the premium versions.
I've installed the program, set the appropriate settings to browse my local internet folder and output in the same location before I copy all files to the actual web folder for the site on the server.
When completed, I go to the search page (http://localhost/search.php), enter a word into the text box that I know exists on the index.php page ("Joe"), then click Search. It does nothing except clear the text box and change the URL to the following: "http://localhost/search.php?zoom_query=Joe&zoom_per_page=10&zoom_an d=0".
When I ran the index, it found over 200 unique words and one .php file.
Any advice would be appreciated as I imagine I'm overlooking something simple.
I've installed the program, set the appropriate settings to browse my local internet folder and output in the same location before I copy all files to the actual web folder for the site on the server.
When completed, I go to the search page (http://localhost/search.php), enter a word into the text box that I know exists on the index.php page ("Joe"), then click Search. It does nothing except clear the text box and change the URL to the following: "http://localhost/search.php?zoom_query=Joe&zoom_per_page=10&zoom_an d=0".
When I ran the index, it found over 200 unique words and one .php file.
Any advice would be appreciated as I imagine I'm overlooking something simple.
Comment