What is the given value to insert in configuration.php file to function well -


can proper solution question. kind of confusing.

pls give me value necessary, in configuration.php file settings

<?php /*  * ---------------------------------------------------------------  * site path  * ---------------------------------------------------------------  */  $servername = $_server['server_name']; $sitepath = "http://" . $servername; $docroot = $_server['document_root'];  /*  * -----------------------------------------------------------------  * end site path  * ---------------------------------------------------------------  */ 

kindly fix value @ appropriate place.

you can use

<?php  define('root', $_server['document_root'] . ds ); define('http_server', 'http://' . $_server['http_host'] . ds);  ?> 

Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -