i have a directory script and i wanna cache my searc results in a cache folder as .html pages how can i do that? thanks for answers
Use htaccess to redirect search traffic to a directory like /search/search-term.html This page can pull results from search.php?q=search+term Now cache the php page.