View Single Post
  #15  
Old 19th September 2020, 12:48
M-jay M-jay is offline
VIP
 
Join Date: May 2018
Posts: 19
Default
no Nginx, redirect is done with htaccess (mod rewrite) to install

download from github https://github.com/M-jay84/Torrent-Trader-MVC-PDO-OOP
upload sql with phpmyadmin
upload contents of upload file

set these in config/config.php
Code:
// Change the settings below to match your MYSQL server connection settings
$config['mysql_host'] = "localhost"; // leave this as localhost if you are unsure
$config['mysql_user'] = "user"; // Username to connect
$config['mysql_pass'] = "pass"; // Password to connect
$config['mysql_db'] = "name"; // Database name

// Main Site Settings
$config['SITEURL'] = 'http://localhost/pdo'; //Main Site URL
installing on xampp is a little different due to how i redirect and the defined paths
Reply With Quote