i m using xampp
any project that is saved in htdocs is open in http://localhost/projectname/filename.php
i want that is there any way to do so when i type
http://localhost/projectname/filename and open that page
means no need to write .php extension in file( by default extension should be php)
You can use mod_rewrite for this. In
.htaccess: