I have opted to put a search box in the header of my document. Using php for everything, site and zoom. Problem I am having is that when I try to do a search, I get a problem with it not finding the search database because it is looking in the subdirectory of whatever page the viewer is on at the time.
Here is an example of the type of error code I get:
The requested URL /campingsupplies/search.php was not found on this server.
How do I get it to go to just /search.php each time?
Thanks!
Here is an example of the type of error code I get:
The requested URL /campingsupplies/search.php was not found on this server.
How do I get it to go to just /search.php each time?
Thanks!
Comment