PDA

View Full Version : Banner Redirecting to wrong place


ToddDuquette
01-17-2012, 01:45 AM
When I click my forums' banner, It goes to http://www.executionpk.com./forum.php

Do you notice the (dot) before the "/forum.php" ?

I need to know how to change that and get rid of the extra (dot)?

LifesGreatestGift
01-17-2012, 01:52 AM
open template header
find
<a href="http://www.executionpk.com./forum.php">
replace with
<a href="http://www.executionpk.com/forum.php">
save.

ToddDuquette
01-17-2012, 01:57 AM
open template header
find
<a href="http://www.executionpk.com./forum.php">
replace with
<a href="http://www.executionpk.com/forum.php">
save.

That's what I get for being a noob. Thanks mate!