Welcome Guest, Not a member yet? Register   Sign In
404 Page Not Found
#15

[eluser]ubuntuman[/eluser]
My Viewer "home_message.php"
Code:
<style type="text/css">

body {
background-color: #fff;
margin: 40px;
font-family: Lucida Grande, Verdana, Sans-serif;
font-size: 14px;
color: #4F5155;
}

a {
color: #003399;
background-color: transparent;
font-weight: normal;
}

h1 {
color: #444;
background-color: transparent;
border-bottom: 1px solid #D0D0D0;
font-size: 16px;
font-weight: bold;
margin: 24px 0 2px 0;
padding: 5px 0 6px 0;
}

code {
font-family: Monaco, Verdana, Sans-serif;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}

</style>
</head>
<body>

<h1>Welcome to CodeIgniter!</h1>

<p>The page you are looking at is being generated dynamically by CodeIgniter.</p>

<p>If you would like to edit this page you'll find it located at:</p>
<code>system/application/views/welcome_message.php</code>

<p>The corresponding controller for this page is found at:</p>
<code>system/application/controllers/welcome.php</code>

<p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="../../../application/views/user_guide">User Guide</a>.</p>


<p><br />Page rendered in {elapsed_time} seconds</p>

&lt;/body&gt;
&lt;/html&gt;

My Controller - homepg.php
Code:
&lt;?php

class Home extends Controller {

    function index()
    {
         $this->load->view('home_message');
    }

}

My routes.php
Code:
$route['default_controller'] = "homepg";
$route['scaffolding_trigger'] = "";


Messages In This Thread
404 Page Not Found - by El Forum - 09-29-2010, 07:32 PM
404 Page Not Found - by El Forum - 09-29-2010, 07:55 PM
404 Page Not Found - by El Forum - 09-29-2010, 08:09 PM
404 Page Not Found - by El Forum - 09-29-2010, 09:36 PM
404 Page Not Found - by El Forum - 09-29-2010, 09:54 PM
404 Page Not Found - by El Forum - 09-30-2010, 12:14 AM
404 Page Not Found - by El Forum - 09-30-2010, 11:07 AM
404 Page Not Found - by El Forum - 09-30-2010, 02:51 PM
404 Page Not Found - by El Forum - 09-30-2010, 03:07 PM
404 Page Not Found - by El Forum - 09-30-2010, 03:16 PM
404 Page Not Found - by El Forum - 09-30-2010, 03:27 PM
404 Page Not Found - by El Forum - 09-30-2010, 03:33 PM
404 Page Not Found - by El Forum - 09-30-2010, 03:44 PM
404 Page Not Found - by El Forum - 09-30-2010, 03:57 PM
404 Page Not Found - by El Forum - 09-30-2010, 04:29 PM
404 Page Not Found - by El Forum - 09-30-2010, 04:37 PM
404 Page Not Found - by El Forum - 09-30-2010, 06:34 PM
404 Page Not Found - by El Forum - 09-30-2010, 06:55 PM
404 Page Not Found - by El Forum - 09-30-2010, 08:52 PM
404 Page Not Found - by El Forum - 10-04-2010, 07:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB