Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6961805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:34:41+00:00 2026-05-27T15:34:41+00:00

I have read more than 3 questions here in stackoverflow about this, but all

  • 0

I have read more than 3 questions here in stackoverflow about this, but all of them has one of the below problems:

  • It redirects php to htm (not found appears, I already have php files in place)
  • When you type *.htm, it will be redirected to *.php (I want visitors to see *.htm not *.php)

Let me boil it down for you guys: I need to type index.htm and apache redirects that to .php but in the address bar I still want to see .htm not .php

Any help or suggestion would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:34:41+00:00Added an answer on May 27, 2026 at 3:34 pm
    RewriteEngine on
    RewriteRule ([^/]*)\.htm$ $1.php [PT]
    

    Please review http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule for all of the available options, including other flags you may want to include – such as QSA.

    Note that the RewriteEngine on line (as well as Options FollowSymLinks – see the docs linked to above) is necessary if you don’t already have it elsewhere. You may also need AllowOverride FileInfo in your primary Apache configuration to enable the use of .htaccess files.

    Note that the PT flag is not strictly necessary, as it is the default if Apache determines it can fulfill the request without a redirect.

    Here is another result I just found from a Google Search that shows pretty much the same thing I’m describing here: http://corz.org/serv/tricks/htaccess2.php (specifically shows some rules around the .htm -> .php translation.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this is game design related, but I have read the StackOverflow FAQ
i have read in more then one place that using NHibernate's Identifier as Primary
I have read this post about how to test private methods. I usually do
I have read these very good questions on SO about SQL stored procedures: When
I have read dozens of questions here on SO (and not only) regarding arkanoid
I have read the various questions/answers here that basically indicate that having a clustered
Having read about strong names in .NET here , for example, I have the
I don't think this question has asked yet (most similar questions are about extracting
NOTE: I have a related question here (http://stackoverflow.com/questions/6915055/are-jsf-views-shared-between-users) but that deals with a few
I have quickly read (and will read with more care soon) the article of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.