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

The Archive Base Latest Questions

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

I am doing a website with a REST architecture and I am finding the

  • 0

I am doing a website with a REST architecture and I am finding the latter difficult to do.
I want to be able to handle HTTP Requests like these :

GET /myapp/5445/ HTTP/1.1
…

In an ideal world, I would code my own server and handle all the HTTP requests myself but I actually want to do this project with CGI or PHP and I want to be able to map these HTTP requests to a program that will decide wether or not it is a valid request.

With a REST Architecture, a GET /myapp/5445/ could mean “Give me resource #5445.
A PUT /myapp/5445/ could mean “Create resource #5445”.

This URL problem is the only thing stopping me from releasing a killer app!! 🙂 Maybe not but thank you

I am currently working with lighttpd and CGI. If I can have an Apache solution, I will gladly switch.

By the way, this website seems to have a way to handle these non-existing URLS without calling the Error 404 handler
http://pastebay.com/57208

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

    With apache you can setup a .htaccess file to forward all requests to a single controller script:

      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteRule ^(.*)$ controller.php [QSA,L]
    

    In controller.php you can do whatever you want with the URL.

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

Sidebar

Related Questions

I am currently doing IE-hacks on a website I'm working on: http://www.timkjaerlange.com/wip/co2penhagen/ I got
My website is doing some http posts to another server and I need to
This should a quick question for some easy rep. I'm doing some PHP Website
We are doing some performance tests on our website and we are getting the
I'm doing a custom 404 page for a large website that's undergoing a redesign.
I'm a doing some blackbox testing of a ASP.Net website and I need to
I am doing an e-commerce solution in ASP.NET which uses PayPal's Website Payments Standard
Currently I'm tasked with doing the daily build. We have an ASP.NET 2005 website
I'm trying to build a multi-level dropdrown CSS menu for a website I'm doing
I'm doing a website migration that involves extracting firstname and lastname from fullname. Given

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.