Welcome Guest, Not a member yet? Register   Sign In
wrong image and css files paths in view files
#1

[eluser]cb951303[/eluser]
hello there everyone.

I have a simple main.php in my view folder like this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
&lt;html &gt;
    &lt;head&gt;
        &lt;meta content="text/html; charset=UTF-8" http-equiv="content-type" /&gt;
        &lt;title&gt;Test&lt;/title&gt;
        &lt;link rel="stylesheet" type="text/css" href="test.css" /&gt;
    &lt;/head&gt;
    &lt;body&gt;
        <img src="images/logo.png" alt="LOGO" />
    &lt;/body&gt;
&lt;/html&gt;

Controller cmain.php looks like this (it's also configured as the default controller):
Code:
&lt;?php
    class Cmain extends Controller
    {
        function index()
        {
            $this->load->view('main');
        }
    }
?&gt;

Here's how my http server root looks like:
Code:
public_html/
...images
...images/logo.png
...test.css
...system
...system/application/view/main.php
...system/application/controller/cmain.php
...index.php
...license.txt

Here is my problem:
When I go to the address: http://localhost/ or http://localhost/index.php everything is fine. The page loads and renders normally.
But when I go to the address http://localhost/index.php/ or http://localhost/index.php/cmain/index, the page loads but the image and styling doesn't show (my guess is it can't find logo.png and test.css)
I tried to move image and css files to view and controller directories but no luck.

Any help would be appreciated
Thanks in advance


Messages In This Thread
wrong image and css files paths in view files - by El Forum - 09-06-2008, 07:28 PM
wrong image and css files paths in view files - by El Forum - 09-06-2008, 07:54 PM
wrong image and css files paths in view files - by El Forum - 09-06-2008, 08:32 PM
wrong image and css files paths in view files - by El Forum - 09-06-2008, 10:47 PM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 03:03 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 03:56 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 03:58 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 04:24 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 04:48 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 05:10 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 05:46 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 05:53 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 06:29 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 07:25 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 07:47 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 07:57 AM
wrong image and css files paths in view files - by El Forum - 09-07-2008, 08:15 AM
wrong image and css files paths in view files - by El Forum - 09-29-2008, 12:55 PM
wrong image and css files paths in view files - by El Forum - 11-26-2008, 10:51 AM
wrong image and css files paths in view files - by El Forum - 11-26-2008, 12:16 PM
wrong image and css files paths in view files - by El Forum - 02-06-2009, 01:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB