As a reminder, mod_rewrite will convert a request from domain.com/display to /searchresults.php while still displaying the URI to the user as /display. Therefore, once you have that up, you should direct your links to /display
sample mod_rewrite rule:
RewriteRule display/?$ searchresults.php [QSA,L]