I have set up .htaccess file on my website which display SLUG text as page name in URL but without extension. e.g. Real url is
www.mywebsite.com/page.php?pa
Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_URI} !^.*(images/|\.js|\.css).*$ [NC] RewriteRule ^([a-zA-Z0-9_-]+)\.php$ /page.php?page=$1