php - How to get relative links work in wamp or set wamp/www/mysite to act as the root? -
my website lives in wamp/www/mysite. there index.php , other files live in wamp/www/mysite/foo. inside foo dir there 2 include-files, header.php , footer.php. relative links in 2 files not work properly. act wamp/www root dir.
i have tried both ways: /foo/somepage.php
, foo/somepage.php
on live server works perfect. how can fix that?
os: windows 7
on wamp relative link /foo/somepage.php
point wamp/www/foo/somepage.php
, not wamp/www/mysite/foo/somepage.php
your site may work on wamp using relative links, need install on root wamp/www
or configure virtual hosts
Comments
Post a Comment