Thread: Image pathing
View Single Post
  #6 (permalink)  
Old 05-22-2007, 05:56 AM
Tommy1402 Tommy1402 is offline
Junior Member
 
Join Date: Feb 2007
Posts: 26
Default

Quote:
Originally Posted by SpotSec View Post
Wouldn't something like <?php echo $this->baseURL;?>/pub/foo/bar.jpg work for you?
Perhaps being lazy and just set everything relative to root /pub/foo/bar.jpg
I used that solution right now. I was thinking another solution because I use Dreamweaver to edit the layout. and since the path is using PHP syntax, It's hard to keep everything displayed in dreamweaver with the current application folder structure.

btw, thx for the .htaccess suggestion
Reply With Quote