wryanh
09-04-2002, 01:12 AM
Okay - Here's what I'm trying to fix.
My site is strictly https driven, and it's driven as 2 different domain names pointing to the same codebase.
When I look in my browser and have it display the rendered HTML source, MOST of the images that are rendered are done so with an appropriate "src=/images/image.gif".
HOWEVER, there are places either in the code, or in the templates where the !@#$%^ images are being rendered using the complete URL, NOT a virtual one, (e.g. src=http://site.com/images/image.gif"), and it's causing me some irritating issues. Almost like it's prepending the entire homepage name as a literal to the image!
Could someone please tell me what the variable name or reference is in the templates and code that is causing this so I can search the occurrences out, and what I should replace it with to make it work correctly?
Note: The board is almost completely stock, like 4 whole lines of customization in the whole board and that's only in globals.php, and ALL of my images are sourced to the included images directory. I can't see ANY reason to use the "Homepage Name" in *any* dynamic page on the site. Or is there and I'm just too ignorant to see it?
Thank you SOOOO very much!
My site is strictly https driven, and it's driven as 2 different domain names pointing to the same codebase.
When I look in my browser and have it display the rendered HTML source, MOST of the images that are rendered are done so with an appropriate "src=/images/image.gif".
HOWEVER, there are places either in the code, or in the templates where the !@#$%^ images are being rendered using the complete URL, NOT a virtual one, (e.g. src=http://site.com/images/image.gif"), and it's causing me some irritating issues. Almost like it's prepending the entire homepage name as a literal to the image!
Could someone please tell me what the variable name or reference is in the templates and code that is causing this so I can search the occurrences out, and what I should replace it with to make it work correctly?
Note: The board is almost completely stock, like 4 whole lines of customization in the whole board and that's only in globals.php, and ALL of my images are sourced to the included images directory. I can't see ANY reason to use the "Homepage Name" in *any* dynamic page on the site. Or is there and I'm just too ignorant to see it?
Thank you SOOOO very much!