Welcome Guest, Not a member yet? Register   Sign In
Please describe how to achieve the best structure
#10

[eluser]MellanCOOLic[/eluser]
ok. i will give more explains about my problem:

this is how my directory system should look like:
-public_html
--system
---application
----views
-----images
-----css
-----view1.php
-----view2.php
-----view3.php
....etc...

due to the fact that i'm getting all the html's done by a friend, the views file (view1.php, view2.php, view3.php, etc.) have their images linked like this:
Code:
<img src="images/image1.jpg" width="240" height="9">

if i want to check the pages with my browser.. this is what my address looks like:
Quote:http://localhost/project/index.php/home
or
Quote:http://localhost/project/index.php/home.html

But all my images from the views.. are missing on browser.. because their link reference is looking like this:

Quote:http://localhost/project/index.php/images/image1.jpg

The question is:
Is there any way to make my images viewable in browser without interfearing with the phisical directory place and without changing their src link on each and every image from view1.php, view2.php, view3.php ...etc .. ?
Maybe a rooting.php sollution ? or an .htaccess one ?


Messages In This Thread
Please describe how to achieve the best structure - by El Forum - 03-12-2009, 11:12 AM
Please describe how to achieve the best structure - by El Forum - 03-12-2009, 11:21 AM
Please describe how to achieve the best structure - by El Forum - 03-12-2009, 02:55 PM
Please describe how to achieve the best structure - by El Forum - 03-13-2009, 10:52 AM
Please describe how to achieve the best structure - by El Forum - 03-23-2009, 09:04 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 03:11 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 06:55 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 07:15 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 07:19 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 07:41 AM
Please describe how to achieve the best structure - by El Forum - 03-25-2009, 05:32 PM
Please describe how to achieve the best structure - by El Forum - 03-27-2009, 01:58 PM
Please describe how to achieve the best structure - by El Forum - 03-27-2009, 08:37 PM
Please describe how to achieve the best structure - by El Forum - 06-23-2009, 12:17 AM
Please describe how to achieve the best structure - by El Forum - 06-23-2009, 02:31 AM
Please describe how to achieve the best structure - by El Forum - 06-26-2009, 12:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB