Can someone please help me to get Apache rewrite commands working for the following idea.
I am looking to create a redirect command(s) that do the following
I want to ignore a portion of a web url request.
Example
I want all of the following to return the same image..
should return this image file
Let me know if this is the wrong forum for this request, but I am trying to build a way to create 100,000's of url's to the same image.
Thanks.. Figured that was similar to cloaking..
DS
I am looking to create a redirect command(s) that do the following
I want to ignore a portion of a web url request.
Example
I want all of the following to return the same image..
Code:
www.imagehost.com/imagenumber/88/77/66/55.jpg
Code:
www.imagehost.com/imagenumber/xx/xx/xx/xx.jpg
Let me know if this is the wrong forum for this request, but I am trying to build a way to create 100,000's of url's to the same image.
Thanks.. Figured that was similar to cloaking..
DS