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 6764257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:34:22+00:00 2026-05-26T14:34:22+00:00

Web sites that designed with a framework, there isnt / at end of their

  • 0

Web sites that designed with a framework, there isnt “/” at end of their address
How Can I create like these sites only with php and hide “.php” from end of my addresses?

example:
http://www.mydomain.com/page/1 -> this means that the user should see the page 1 but in my server root there isnt any folder with name “page”

sorry for my bad english:(

  • 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-26T14:34:22+00:00Added an answer on May 26, 2026 at 2:34 pm

    One way to do it, is using URL rewrite support of Apache. For example, if you’ve a webpage called show.php?id=numeric-id you can map it to /show/numeric-id with the following rule:

    RewriteEngine on
    RewriteRule ^/show/([0-9]+)$ /show.php?id=$1
    

    This configuration can be put in Apache Virtualhost configuration or in a .htaccess file, provided that the permissions FileInfo and Options of AllowOverride are activated. To activate them, add a line like this in Apache configuration:

    AllowOverride FileInfo Options
    

    Alternatively, All activates all permissions:

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

Sidebar

Related Questions

1) I know there are lots of web sites that describe in what order
Can anyone give me pointers to good books or web sites that teach how
please see web site below that i designed (it's from a template): http://noorjamali.soscharge.com my
When debugging web sites that I'm working on, I tend to use Attach to
I am tasked with updating a family of web sites that promote scientific conferences
Over the last few days I have noted a few web sites that demonstrated
I have several web pages on several different sites that I want to mirror
Duplicate: Do web sites really need to cater for browsers that don’t have Javascript
Why do many professional web developers always insist on developing sites that accommodate for
I have a web site that spits out links to third party sites. Now

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.