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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:46:48+00:00 2026-06-17T16:46:48+00:00

In WordPress it is possible to have urls such as sitename.com/post-title although there exists

  • 0

In WordPress it is possible to have urls such as sitename.com/post-title although there exists no directory with name post-name.

I guess that index.php (or may be 404 page) must be handling such kind of requests.

Anyone please explain the exact trick behind this…

  • 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-06-17T16:46:48+00:00Added an answer on June 17, 2026 at 4:46 pm

    Read about Mod Rewrite basics in this page. It’s an Apache module that allows you to parse a request content and redirect it to a “real” page without changing browser address.

    Let’s say you have this:

     RewriteRule ^post/([0-9]+)?/?([0-9]+)?/?$ /index.php?p=$1&page=$2 [QSA]
    

    With such a rewrite rule, a request address looking like:

    www.mysite.com/post/10/2
    

    Will be redirected to:

    www.mysite.com/index.php?p=10&page=2
    

    And this is better on a point of view of both aesthetics Search Engine Optimization.

    To be specific, in WordPress every request is redirected to index.php page which contains an internal “parser” of the request that loads the content depending on the parsing result.

    नमस्ते!

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

Sidebar

Related Questions

Is it possible to have two URL for a same post in wordpress.com? One
I have a Wordpress page that accepts a query string argument: http://x.com/page-name/?parameter=value This works
Is it possible in wordpress when I call example.com/category to have listed all available
I have a list of URLs such as, http://www.mywebsite.com/page.php?genus=A_GENUS&species=A_SPECIES&id=12345 . I would like to
Is it possible to have Wordpress generate this type of unordered list? <ul id=nav1>
Is it possible to make a wordpress page have posts and static content on
I have installed wordpress on my site located at www.example.com/blog . on www.example.com I'd
I am using django and have urls such as the following in my url.py
Is possible to have the posts loaded into an swf using the wordpress framework?
Is it possible to have a page like: www.site.com/page/ and show different templated versions

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.