How to remove extension in url through (.htaccess) file
Removing extension from urls have advantage that it’s hide the backend technology from end users. First step is to create a .htaccess file on your document root and write these codes to remove file extensions. Your current url look like this : You need to change the url on your document from http://yoursite.com/demo.php to http://yoursite.com/demo […]