Joomla DNP Auto-install
Posted by Noah Strehl on 30 May 2009 03:36 PM

Having problems with your Joomla auto install? Is it being redirected to ? Just open up the index.php file, find this line *// checks for configuration file, if none found loads installation page* and make the the following lines look like this:

// checks for configuration file, if none found loads installation page
//if (!file_exists( 'configuration.php' ) || filesize( 'configuration.php' ) < 10) {
// $self = rtrim( dirname( $_SERVER['PHP_SELF'] ), '/\\' ) . '/';
// header("Location: http://" . $_SERVER['HTTP_HOST'] . $self . "installation/index.php" );
// exit();
//}  

Clear your cache and the installation is done. Joomla will load normally now. 

(110 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).