I have a problem with double pahts when I run a weblog as a subdomain. If I go to http://mvdm.dieseljunkie.tv, I am having problems with my links.
Paths look like this:
http://mvdm.dieseljunkie.tv/index.php/mvdm/comments/91/mvdm.dieseljunkie.tv/index.php/mvdm/comments/super_mario_bros_3/
While it should be:
http://mvdm.dieseljunkie.tv/index.php/super_mario_bros_3/
or
http://mvdm.dieseljunkie.tv/index.php/mvdm/comments/super_mario_bros_3/
I am having this “double” path problem with all links, while I use the EE tags from the templates:
{path=mvdm/comments}
I think the problem is that the subdomain I am running that weblog (mvdm.dieseljunkie.tv is located in the root folder of my server.
Structure
\
\html\system\
\mvdm
My path.php in the \mvdm directory looks like:
$system_path = "../../html/tethealla/";
$template_group = "mvdm";
$template = "index";
$site_url = "mvdm.dieseljunkie.tv";
$site_index = "index.php";
$site_404 = "";
$global_vars = array(); // This array must be associativ
Can someone please help me out?
