I'm 99.9% I have my server setup, EasyPHP running Apache & MySQL, the website in the www folder of EasyPHP, I've imported the _mysql_data.sql of the site using myphpadmin but I don't what to do in the config/config.php file. I don't have a domain, I just want to setup the website on my computer to view it and get to know it. I get a parse error:
Parse error: parse error in c:\program files\easyphp1-8\www\ladderscript2\config\config.php on line 102
In the config its the url, directory & file names section. What I've changed is:
$url[base] ='http://localhost/LadderScript2/themes/';
$url[themes] ='http://localhost/LadderScript2/themes/';
$dir[base] ='C:\Program Files\EasyPHP1-8\www\LadderScript2\'
$dir[func] ='C:\Program Files\EasyPHP1-8\www\LadderScript2\functions\';
$dir[themes] ='C:\Program Files\EasyPHP1-8\www\LadderScript2\themes\';
This is where I'm getting confused. I'm not sure what to put in here. I do have a Functions & Themes folders within my LadderScript2 folder.
I've searched for literature with "installing a php website" but most guides tell you there's a wizard that will run getting all the info you need to know. If anyone can point me to some literature to help me out with this and/or give some pointers here, I would really appreciate the help.