|
|
 |
Re: FN-FORUM: Help! - Zip 2 Html format and possibilities
date posted 22nd May 2006 17:38
Assuming you are using apache,
Something like this should work:
RewriteRule ^filename\.zip$ filename.html
Havent tested though.!!
More info here:
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
-thanks.
On 5/22/06, Ramnish Kalsi [EMAIL REMOVED] wrote:
>
> Assuming you are using apache,
>
> Something like this should work:
>
> RewriteRule ^filename\.zip$ filename.html
>
> Havent tested though.!!
> More info here:
>
> http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
>
> -thanks.
>
>
>
>
>
> On 22 May 2006 13:35:30 -0000, Ben Butterfield < [EMAIL REMOVED]
o.uk> wrote:
> >
> > mod_rewrite?
> >
> > -----Original Message-----
> > From: [EMAIL REMOVED] [EMAIL REMOVED] Behalf Of James
> > Sent: 22 May 2006 14:24
> > To: FN-FORUM / [EMAIL REMOVED]
> > Subject: FN-FORUM: Help! - Zip 2 Html format and possibilities
> >
> >
> >
> > Hi,
> > I have a minor problem that I would like to fix. I had a zip fi=
le
> > for download at my website. I have since removed this zip file, but am =
still
> > getting a lot of trafic to that file which at the moment displays a mes=
sage
> > to continue to my website. I would like to turn this old .zip file url
> > location into a html file somehow, I guess via the contenttype but cann=
ot
> > find a way to display it as html - could I do this in PHP maybe ?
> >
> > Any ideas ?
> >
> > Thanks
> > James
> >
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> >
> > --
> > Freelancers, contractors earn more with Prosperity4
> > Call 0870 870 4414 or visit www.prosperity4.com
> > and benefit from Inland Revenue approved expenses today.
> >
> > To advertise here: http://www.freelancers.net/advertising.html
> >
> > |
 |
|