I'm using WAMP on windows 8.1.<br>
My website is at: D:\program files\wamp\www\WEBSITE
Under website is:
I'm trying to use my header and footer inside WordPress so I've had to change my header file paths of images to dynamic ones that start from the document root.
When I add
it starts from
and when I try using
in WordPress as webroot it starts from
instead of
.
How do I get my root to be
?
My website is at: D:\program files\wamp\www\WEBSITE
Under website is:
Code:
/img
/css
Several PHP webpage files including my site header and footer<
/BLOG <-- (wordpress)
I'm trying to use my header and footer inside WordPress so I've had to change my header file paths of images to dynamic ones that start from the document root.
When I add
Code:
$_SERVER['DOCUMENT_ROOT']
Code:
D:/...
Code:
/
Code:
/BLOG
Code:
/WEBSITE
How do I get my root to be
Code:
/WEBSITE