I have included WordPress as a section of a larger site. I have customized the the template to match the rest of my site. All through my site, I use a menu that is included using php. Until till last night I was able to include the same menu by using an absolute url. For some reason, the server no longer allows absolute urls (http://domain.com/includes/menu.php). So.. the problem comes in when I switch to relative paths like (../../../includes/menu.php) WordPress tells me that it is outside the allowed paths.
Now that I have lost most with the long explaination...
How can I modifiy the allowed paths?
Thanks in advance.
Dave