how to remove the .php and .html from my file names. thnx

Use mod_rewrite in .htaccess to map whatever you want the URI to look like with the actual of the php and html files.

So, for example,

RewriteRule ^pretty/path/location$ https://www.example.com/real-location.php [L]
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.