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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:00:40+00:00 2026-05-27T22:00:40+00:00

I am using a mod_rewrite rule to show ‘image.php?id=x’ to people visiting ‘image/x’ Options

  • 0

I am using a mod_rewrite rule to show ‘image.php?id=x’ to people visiting ‘image/x’

Options +FollowSymLinks
RewriteEngine on
RewriteBase /

RewriteRule ^image/([^/.]+)/?$ image.php?id=$1 [L]

This works great on a MAMP localhost but gives me a 404 on linux server (GoDaddy).
I’m not sure where I’m going wrong. The files are all in place on the server so I can’t figure out why this is an issue.

Any thought?

Thank you.

  • 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-27T22:00:41+00:00Added an answer on May 27, 2026 at 10:00 pm

    Try this:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /
    RewriteRule ^image/([^/.]+)$ image.php?id=$1 [L]
    

    Or try without the RewriteBase:

    Options +FollowSymLinks
    RewriteEngine On
    RewriteRule ^image/([^/.]+)$ image.php?id=$1 [L]
    

    Or avoid GoDaddy. Just kidding.

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

Sidebar

Related Questions

I'm using mod_rewrite to redirect people from one domain to another (whilst preserving the
I have a php website and I'm using mod_rewrite to redirect all of the
I am developing a web application using PHP and I am using Apache's mod_rewrite
Hey, I am trying to use mod_rewrite to make http://example.com/style/universal.css show the page http://example.com/style.php?n=universal
I am currently using mod_rewrite to do an internal redirection RewriteCond %{REQUEST_URI} ^/pattern$ RewriteRUle
Possible Duplicate: Rewrite all queries to not need the .php extension using a mod_rewrite
I'm using the following rewrite rule, but I can't get it to work: RewriteRule
I am using a mod_rewrite rule to create SEO friendly URL's. This is my
I'm using this tester for url mod_rewrite test: http://martinmelin.se/rewrite-rule-tester/ When I write something like
I am using mod_rewrite to put a category name in the URL, like locahost/categoryName

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.