Some work to do then!

I have a vbadvanced homepage, located outside my forums directory:
www.mydomain.com/index.php (calls adv_index)
My forums are in
www.mydomain.com/forum/index.php
What is the best way to put a conditional to that?
Can I use a url as a conditional or should I use adv_index in some way?
Would it look like this:
<if condition="url=http:www.mydomain.com/index.php"><li id="active"><a href=" http:www.mydomain.com/index.php" id="active">Home</a></li><else /><li><a href=" http:www.mydomain.com/index.php">Home</a></li></if>