Skip to content
This repository was archived by the owner on Dec 23, 2019. It is now read-only.

Configuration

Christian Barras edited this page Jun 2, 2014 · 1 revision

Thank you for using Furrows !
Now we will configure the framework with your parameters.

1.HTACCESS

Change the line 7 with your own relative path

RewriteRule ^(.*)$ sideprojects/furrows/index.php?data=$1 [L]

2.CONFIG

Update the values into the config.php file with your values

// Variables de session define( 'SESSION' , 'furrowsdemo' );

// Base de données define( 'HOST' , 'localhost' ); define( 'USER' , 'root' ); define( 'PASS' , 'root' ); define( 'BASE' , 'furrowsdemo' );

// Chemin define( 'ARRAY_BASE_PATH' , 'http://localhost:8888/sideprojects/furrows/' ); // must be an absolute path

Clone this wiki locally