Hello all,
Everything is working when I view my site on my laptop (which also has apache installed, via localhost). However, when I try to view the site on another computer on the lan, the website doesnt load the images and the stylesheets. When I view source, it says http://localhost/..... shouldnt this be my ip address, instead of localhost (i.e. the server address)?
Im guessing its the way I defined the values inside href and src. Does anyone know where the problem is?
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-2">
<meta name="author" content="some.com">
<link rel="stylesheet" href="{stylesheet=italfood/screen}" type="text/css" media="screen, projection">
<link rel="stylesheet" href="{stylesheet=italfood/print}" type="text/css" media="print">
<!--[if IE]><link rel="stylesheet" href="ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" type="text/css" media="screen" href="{stylesheet=italfood/style0000}">
[removed][removed]
[removed][removed]
[removed][removed]
<link rel="alternate" type="application/rss+xml" title="RSS" href="{path=italfood/rss_2.0}" />
<link rel="alternate" type="application/atom+xml" title="Atom" href="{path=italfood/atom}" />
<title>{site_name} | {embed:current_page_label}</title>
</head>
