Search Engine Friendly URLs are where a URL which once was "/index.php?m=page&display=How-do-I-access-my-control-panel" becomes "/How-do-I-access-my-control-panel.html".
Add the code below to .htaccess file
# Pages Manager SEO RewriteRule ^([^/.]+)\.html$ ./index.php?m=page&display=$1 [NC,L] RewriteRule ^([^/.]+)/\.html$ ./index.php?m=page&display=$1 [NC,L]