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

  • Home
  • SEARCH
  • 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 637769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:39:36+00:00 2026-05-13T20:39:36+00:00

I am using apache server for work with wordpress…In my application; retrieving some values

  • 0

I am using apache server for work with wordpress…In my application; retrieving some values from user created table and displaying it.
when click on a product description which shows the full details of that product.ie,
http://localhost/demotile/?productid=59961
this url am following for get the details.here how can i rewrite the url as http://localhost/demotile/…………please help me

  • 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-13T20:39:36+00:00Added an answer on May 13, 2026 at 8:39 pm

    If you login to wordpress dashboard, goto

    Settings->Permalink
    

    Change “Common settings” from default, select custom and input

    /%postname%/
    

    click “Save Changes“

    if you get a message at the bottom of the page regarding your .htaccess file and not having permissions, you may have to create this file yourself.

    open a new text file and copy/paste the info at the bottom of the screen, or copy this..

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    

    save this as “.htacess” {No filename – Just a Dot}
    do this by saving the file with a name, then go to that file and hit F2 to rename,
    delete the filename just before the {dot} and change any file extention at the end:
    ie: “yourfile.txt” should then become “.htaccess”
    upload this into the root of your website hosting folder.

    ie: public_html
    or www
    or htmldocs

    As long as mod re-write is enabled on your host this will produce the following url
    http://yourblog.com/your_post_title_or_product

    If you are using a custom WordPress plugin then you may have to check see which permalink structure is in use…

    to do this use the..

    if ( get_option('permalink_structure') != '' ) { echo 'permalinks enabled' } 
    

    you may have to look into using htaccess to generate your nice urls..

    perishablepress.com

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

Sidebar

Ask A Question

Stats

  • Questions 389k
  • Answers 389k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Try this: string sql = "SELECT 'AUTHOR' = tblAuthors.FIRSTNAME +… May 15, 2026 at 12:50 am
  • Editorial Team
    Editorial Team added an answer click the record button edit some text click the stop… May 15, 2026 at 12:50 am
  • Editorial Team
    Editorial Team added an answer This is entirely possible: public class OneProperty { virtual public… May 15, 2026 at 12:50 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.