Jump to content

ReRoute folder


PhilipK

Recommended Posts

I should also note that /pics/ is my photo directory.

 

So I still need to be able to access them when I embed them on my own website.

 

I just want users to be redirected to the page which the picture is located when they try to view it directly.

Link to comment
Share on other sites

An image displayed on a website is a simple http request for the image which the browser displays on your site, so I'm not sure what you mean by your second post. It's also not entirely clear which direction you want the redirect to occur in, but here's an example of the mod_rewrite rule you may need.

 

RewriteRule ^pics/.*$ /index.php?id=$1

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.