Guest Posted November 2, 2005 Posted November 2, 2005 I'm adding a icon to my url of index php. What I did was add this to my code in index.php <html><header><LINK REL="SHORTCUT ICON" HREF="http://www.epiphanydesignllc.com/myicon.ico"></header></html> <?php It works fie on my homepage http://www.epiphanydesignllc.com BUT when I insert the html in the stores index I get this error: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/belove5/public_html/epiphanyetc/index.php:3) in /home/belove5/public_html/epiphanyetc/includes/functions/sessions.php on line 67 Heres the stores url: http://www.belove7.com/epiphanyetc/index.php So I dont understand the conflict. Anybody got a clue. BTW the icon does appear in the url.... Along with a big fat error :(
quomo Posted November 2, 2005 Posted November 2, 2005 I dont know if it helps but for me it works just fine to add the favicon.ico in the root folder, I dont need to add that line, although Im aware of it. it works here: http://www.facialworksdublin.com/index.php and here: http://shop.facialworksdublin.com/
Guest Posted November 2, 2005 Posted November 2, 2005 I dont know if it helps but for me it works just fine to add the favicon.ico in the root folder, I dont need to add that line, although Im aware of it. it works here: http://www.facialworksdublin.com/index.php and here: http://shop.facialworksdublin.com/ Ya I tried that with my homepage. Didnt work. Also just tried it with the store. Dont work. I'm stuck with the html for some reason and it keeps conflicting.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.