I'm wanting to do a relative include, such as include('topNav.php3'). However, the include path does not allow me to use relative paths. It sends me to the library path set by the .htaccess file. How do I override this include path temporarily to use relative include paths without destroying my session?