This page will show you This page is going to show you the correct PHP code to remove the .php extension at the end of a web page url.
This will allow you to hide the fact your website has its pages driven by php, results in web page urls that are more professional and cleaner looking.
🧾 Information About HTACCESS Code to Remove the PHP Extension from URL
Configuring your .htaccess file so that the .php extension no longer appears in the web browsers address bar is a great idea for a couple of reasons:
- It is a bit of a security exposure risk to reveal the extensions of your web page files.
- The removal of the .php extension from your web pages is both neater and more professional looking and makes it slightly easier for your website visitors to remember the url of your web pages.
The HTACCESS Code to Remove the PHP Extension From your Websites Web Page Url's
- Download the .htaccess file that currently resides on your websites web server. It is possible that your web server does not have an .htaccess file already, although highly unlikely. If your web server does not already have and .htaccess file on it, create a blank text file on your computer and give it the name
.htaccess
. Note that is not a misprint. You must literally name the file with a period .
followed by htaccess .htaccess
.
- Copy and paste the htaccess code showing in the textbox below into the htaccess file.
- Save the htaccess file as and upload to your web server at the location/directory you downloaded from. If your web server does not have an .htaccess file already then upload the .htaccess file you have just created to the root or home page of your website.