A redirect from my website that will show a PDF flyer for poker tourney

For general discussion of the Poker Mavens software
Post Reply
all1word
Posts: 27
Joined: Tue Mar 17, 2020 7:22 pm

A redirect from my website that will show a PDF flyer for poker tourney

Post by all1word »

Hi. Quick question / plea for help from the more technically advanced out there. I host my poker website at www.elsegundopoker.com

I'm trying to get it so that if people type in (or scan a QR code it will take them to: www.elsegundopoker.com/wgabenefit. There they'd see a PDF flyer about a benefit tourney I'm hosting.

Anybody know how to do this (that a non computer guy like myself would understand? Our server's hosted by atlantic.net.

Thanks for the help!
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: A redirect from my website that will show a PDF flyer for poker tourney

Post by Kent Briggs »

The easiest way would be to use the Site News and/or Site FAQ setting and put your link there:

Code: Select all

<a href="http://www.elsegundopoker.com/wgabenefit" target="_blank">WGA Benefit</a>
navels
Posts: 24
Joined: Fri Mar 17, 2017 11:19 am

Re: A redirect from my website that will show a PDF flyer for poker tourney

Post by navels »

I think he's asking how to host the PDF at that URL.
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: A redirect from my website that will show a PDF flyer for poker tourney

Post by Kent Briggs »

navels wrote: Wed Aug 02, 2023 12:30 am I think he's asking how to host the PDF at that URL.
To get the poker server to serve a file (like a normal web server) just put the file(s) in your WebRoot folder inside your data folder. Anything in there is accessible to the general public. This folder is created automatically in version 7.
Post Reply