Page 1 of 1

Sub-directory in PM website

Posted: Tue Aug 04, 2020 12:59 pm
by santagaj
Hello PM Forums,
First post here, but I was looking to see if I could set up a sub-directory in our PM website that could be used to host some simple HTML/CSS/PHP files? For example, if we had https://pokergame.net pointed to our PM install, is there a way to create https://pokergame.net/account from which to access the custom developed files mentioned earlier?

Only other alternative I saw was to create a new hosting account where I can host the HTML/CSS files and then use an iFrame to display the PM web interface as mentioned here in the help docs (item #3)
http://www.briggsoft.com/pmfaq.htm

Any suggestions are welcome and thanks for the help!

- Jordan

Re: Sub-directory in PM website

Posted: Tue Aug 04, 2020 1:08 pm
by Kent Briggs
santagaj wrote:Hello PM Forums,
First post here, but I was looking to see if I could set up a sub-directory in our PM website that could be used to host some simple HTML/CSS/PHP files? For example, if we had https://pokergame.net pointed to our PM install, is there a way to create https://pokergame.net/account from which to access the custom developed files mentioned earlier?
You can do that with this setting:

System tab -> Web Settings -> Web folder

However, Poker Mavens will serve those files as-is so it will not work with script files like PHP since those require a separate scripting engine that Poker Mavens will not know anything about.