d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > How Can I Make This Website Accessable To Others
Add Reply New Topic New Poll
Member
Posts: 10,803
Joined: Apr 5 2010
Gold: 20.00
Nov 29 2016 02:21pm
i would like for others to be able to access my website. i am running it off cloud9 and using local host currently like this. it runs like i want it to and i haven't added css yet just want it tested maybe opinions

<?php
// Define database connection constants
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASSWORD', '');
define('DB_NAME', 'exercise');
?>


how can i make it accessible to others
Member
Posts: 13,425
Joined: Sep 29 2007
Gold: 0.00
Warn: 20%
Nov 29 2016 05:29pm
You don't need to have your database accessible to the internet in order for others to access it.
Member
Posts: 10,803
Joined: Apr 5 2010
Gold: 20.00
Nov 29 2016 05:58pm
Quote (AbDuCt @ Nov 29 2016 06:29pm)
You don't need to have your database accessible to the internet in order for others to access it.


nvm should of never asked. if you run c9 you can aend the url to a friend lol

i posted it in a kik chat got like 30 account now oh my

This post was edited by jsbb on Nov 29 2016 06:15pm
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll