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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T20:16:12+00:00 2026-06-15T20:16:12+00:00

When designing a website what would be good practice for the url designing and

  • 0

When designing a website what would be good practice for the url designing and related backend.
Say I have a website with news posts on it. I would like the url to look like this:

mysite.com/news/newsItem1

Normally an url like this would reference to a folder called newsItem1 on the server. But in this case there will be a lot of newsItems (stored as xml files), and I don’t think it’s a good idea to create a folder for every item.

The same thing happens when I make the url like this:

mysite.com/news/newsItem1.html

In that case I would have to make a html file for every newsItem.

What I would like is an url that is different for every newsItem, but on the server it basically points to a php file that parses the matching xml file and returns its contents. How would I do that?

  • 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-15T20:16:13+00:00Added an answer on June 15, 2026 at 8:16 pm

    For this you have to use .htacces which allows you to redesign the url.
    you can use something like this for that you want :

    http://www.mysite.com/news/newsItem.php?id=1
    

    and write the rewrite rule for url design in .htaccess file as:

    RewriteEngine On
    RewriteRule ^id/([^/]*)\.html$ /news/newsitem.php?id=$1 [L]
    

    and the result will be as:

    http://www.mysite.com/id/1.html
    

    Here is the link for .htaccess tutorial
    http://www.htaccess-guide.com/

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

Sidebar

Related Questions

I am currently designing a website which uses this: <li class=current> . I have
I'm designing a C#/NHibernate website that features a private messaging system. I would like
This summer, I will be designing an e-commerce website and have chosen MySQL to
I am designing a website, and one of the features I would like to
I'm designing a website right now, and have a menubar at the top for
I'm currently designing this website http://avs.mybigcommerce.com . The problem is that my styles.css isn't
I'm currently designing a website that would involve storing a long list of names
I am designing a small website using HTML + JSP. This is my first
I am designing a database and I would like to normalize the database. In
I'm currently designing a website and just realized it would help me a lot

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.