Move Fuel based site out of subfolder and multiple index.php files
Ok so I have a site built with Fuel and I need to move some files. In the Fuel folder which holds an application, codeignitor, crons, data_backup, fonts, etc folders there is an index.php file which has this code, <?php
header('Location: dashboard');.
Outside of this folder is another index.php file which has this code,
<?php
/*
*---------------------------------------------------------------
* FUEL INSTALL DIRECTORY
*---------------------------------------------------------------
My question is if I move all the folders and files outside of the fuel directory, including the index.php file, into my root directory will that cause any problems? Does the file with header(Location:'dashboard') need to be on the server? If not, does the index.php file with the Fuel Install Directory need to exist?
Comments
http://localhost/fuel