Jump to content

boylansr

Members
  • Posts

    3
  • Joined

  • Last visited

boylansr's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Thanks, it works now, the die() statement was temporary debug so I will remove it.
  2. I have a program to create my website and uses the following variables to do so: <Placeholders> <!-- Before building the database, set the following placeholders to match your server --> <Placeholder> <Name> $SERVER$ </Name> <Content> /home/site/dbs </Content> </Placeholder> <Placeholder> <Name> $DOMAIN$ </Name> <Content> https://dna-tree.srboylan.com </Content> </Placeholder> <Placeholder> <Name> $SITE$ </Name> <Content> dna-tree </Content> </Placeholder> <Placeholder> <Name> $DATABASE_NAME$ </Name> <Content> $SITE$.sqlite </Content> </Placeholder> </Placeholders> My current website structure: dna-tree.srboylan.com cgi-bin dbs/dna-tree.sqlite ..plugins/gigatrees ..plugins/googlemaps ..plugins/iso3166 ..plugins/lang.eng ..plugins/theme.a logs .htaccess includes.php pdodriver.php plesk.html router.php I created the site and uploaded it but it does not work. Router.php starts the website running. My question is how do I setup the variables to get the website created and if I have the structure correct. Dna-tree.sqlite needs to be unreachable by any hackers. I plan to regenerate the site and upload again when I find out from you how to set the variables. Do I need httpdocs like my main domain? My username is boylansr, email is (removed) and subdomain is dna-tree.srboylan.com.
  3. I would like to add the dna-tree subdomain to my srboylan.com => dna-tree.srboylan.com, thanks, Samuel (boylansr@comcast.net).
×
×
  • Create New...