Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Navigate to page w/out .php extension

Guest
Jul 06, 2010 Jul 06, 2010

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

TOPICS
Server side applications
286
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jul 06, 2010 Jul 06, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines