Skip to main content
July 6, 2010
Question

Navigate to page w/out .php extension

  • July 6, 2010
  • 1 reply
  • 307 views

Hello,

I am trying to figure out if there is any way to be able to navigate to a webpage without having to type the .php extension into the address bar.  Currenly, If i want to go to my support page, I have to go to www.hondovfd.org/support.php, but I'd like to be able to just go to www.hondovfd.org/support.  Does anyone know if this is possible, and if so, how to do it?  I'd much rather not create redirects for every single page because that would take forever.

--David

This topic has been closed for replies.

1 reply

July 6, 2010

use .htaccess to drop the extension name from the URL or create index.php files in directories to produce example.com/directory URL.