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
Post a Comment