Forum Moderators: phranque

Message Too Old, No Replies

Redirect Folder URL to PDF File

         

jamesmonk1983

8:23 pm on Nov 23, 2010 (gmt 0)

10+ Year Member



Hi All,

I've been trying to work out by piecing different snippets of code and information together how to redirect users from:

www.websitename.com/folder/

to

www.websitename/com/folder/pdfname.pdf

I think it's possible from reading different posts on htaccess redirects on the NET but can't for the life of me work out how (if it's possible I'm guessing it's probably pretty simple!).

Any help much appreciated.

Cheers,

James

g1smd

8:40 am on Nov 24, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



What did you try so far?

Do you want users to see the longer URL?

Is there anything else in that folder?

If not, to both, you could just set DirectoryIndex for that folder to example.pdf.

jamesmonk1983

1:42 pm on Nov 24, 2010 (gmt 0)

10+ Year Member



That's perfect I knew it would be something simple!

Thanks loads.