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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:03:57+00:00 2026-05-23T20:03:57+00:00

I would like to redirect certain calls for images on a folder to a

  • 0

I would like to redirect certain calls for images on a folder to a PHP file. For example, calls that come for:

example.com/news/123-hitachi.jpg

should go to:

example.com/image.php?i=123-hitachi.jpg

or something similar like that. It would also be cool if I would add some more variables in the URI like:

example.com/news/345/hitachi.jpg  

so that the .PHP would receive 2 or more parameters.

How can I achieve that?

EDIT:
It should only rewrite SOME pictures, for example that come with a special folder in it like:

example.com/SPECIAL/parameter/id/bogus_filename.jpg
  • 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-23T20:03:58+00:00Added an answer on May 23, 2026 at 8:03 pm

    This should work for your “also cool if” case: example.com/news/345/hitachi.jpg
    Requests for jpg images in /news are rewritten. The parameter i receives the image number. The parameter p receives the rest of the image filename.

    RewriteEngine On
    RewriteRule ^(news)/([0-9]+)/(.*)\.jpg$ /image.php?i=$2&p=$3 [L,QSA]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to redirect as such... http://old.com/a/b/ -> http://new.com/y/z/ http://old.com/a/b/file.php -> http://new.com/y/z/ http://old.com/a/b/c/file.php
I would like to redirect the following as an example: A.olddomain.com.au/blah.html > A.newdomain.com/blah.html B.olddomain.com.au/blah.html
I would like to redirect all images to a showimage.php, using htaccess But if
I would like to translate or 301-redirect urls such as: www.domain.com/example.html to www.domain.com/example Here
I would like to know how I can redirect to a certain page (during
I would like to redirect my user to another domain. For example: my site
I am developing php application with cURL library. I would like to get redirect
In certain error conditions I would like to redirect to the Home controller but
1) I would like to create a rewrite rule that removes the file at
I would like redirect to a new page and insert content into that page

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.