apache - Searching for the proper xampp/htdocs/index.php code -
first of went through asked question related xampp/htdocs/index.php. (eg.: this, this , this , may more other) still cant reach proper xampp/index.php file (or other way xampp/index.html). ask ( can reach the following screen(s), displayed @ 6:30 in youtube tutorial ). cause can reach following schreen: displayed @ 16:25 in youtube tutorial.
the code see in default index.php
this:
<?php if (!empty($_server['https']) && ('on' == $_server['https'])) { $uri = 'https://'; } else { $uri = 'http://'; } $uri .= $_server['http_host']; header('location: '.$uri.'/dashboard/'); exit; ?> wrong xampp installation :-(
and tried modify line: header('location: '.$uri.'/dashboard/');
header('location: '.$uri.'/**xampp**/');
. (in htdocs/xampp folder tried search page displayed in tutorial linked first).
so ones again want reach somehow screen displayed in first tutorial, went through folders in xampp folder ther no redirecting proper searched site (most newer versions not consist feature/ consist features other way).
anyway hope help!
i find answer question. might useful others might face same "problem". here link reliable source regarding it.
in short: there no more /xampp/index.php, or mentioned "orange/yellow xampp page" (that , of searching for.), have find on phpmyadmin!
have nice day!!! ;)
Comments
Post a Comment