Welcome Guest, Not a member yet? Register   Sign In
Hello World problem for beginner
#9

[eluser]Rabbi[/eluser]
OK thnx. Sorry for disturbing you guys.

Nothing is working. Btw, i am now debugging the main "index.php".
Code:
if (strpos($system_folder, '/') === FALSE)
{
    if (function_exists('realpath') AND @realpath(dirname(__FILE__)) !== FALSE)
    {
        $system_folder = realpath(dirname(__FILE__)).'/'.$system_folder;
    }
}
else
{
    // Swap directory separators to Unix style for consistency
    $system_folder = str_replace("\\", "/", $system_folder);
}
//edited my RABBI(me)
//i edited this line for seeing the $system_folder output
echo $system_folder;

It is showing this: "C:\Inetpub\wwwroot\ci/system"

Is it correct actually?

In Internet Explorer, this link:
http://localhost/ci/index.php/blog/index
is telling that "The page cannot be found".


Messages In This Thread
Hello World problem for beginner - by El Forum - 06-01-2008, 01:11 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 01:15 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 01:20 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 01:31 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 01:38 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 01:40 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 01:44 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 01:47 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 02:02 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 02:08 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 02:21 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 02:29 AM
Hello World problem for beginner - by El Forum - 06-01-2008, 02:44 PM
Hello World problem for beginner - by El Forum - 06-01-2008, 07:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB