Hi Guy You have this parameter in your includes.php file to remove extensions from the store pages... $extension=""; But for that to work you have to have the entries in your .htaccess file to map the extension-less URL to the physical page. In this case calls to "https://www.stress-balls.ca/search" must map to search.php So I've added the line to the .htaccess page for this and also I added the <base href=""> tag to your search.php page so that url's with a trailing slash ( https://www.stress-balls.ca/search/ ) will also work.