Hi,
I have an .htaccess file working in my website. I found out that javascript and CSS files are not called if the path of each of these files are not set to absolute. I changed all the URL paths to absolute in my smarty template and javascript files, and not it's working.
Now in for my php files, I have require_once all over many php files. I was just wondering if I also have to set the paths in the require_once to absolute? Any help is appreciated. Thanks.