Currently the searches are being made from the index site and are being sent to search.php?q={search query}. Made changes for better integration with other browsers by improving the redirection to be URL/?q={ search query } search, instead of URL/search.php/?q=. This can be checked with example:
at the moment
https://librex.me/search.php?q=PHP&t=0&p=0
how should it be
https://librex.me/?q=PHP&t=0&p=0
2 more changes being done under search.php & index.php files.
Currently the searches are being made from the index site and are being sent to search.php?q={search query}. Made changes for better integration with other browsers by improving the redirection to be URL/?q={ search query } search, instead of URL/search.php/?q=. This can be checked with example: at the moment https://librex.me/search.php?q=PHP&t=0&p=0 how should it be https://librex.me/?q=PHP&t=0&p=0
2 more changes being done under search.php & index.php files.