2013-08-20, 09:02 AM
Hi guys I have a problem, for some reason moved: redirect links that I leave for 1 day don't get removed. What can be the problem?
I have left this redirect 4 days ago: http://letsforum.com/Forum-Making-Money
P.S.Where can I find and check this data. I want to check if it has been registered as 1 day redirect or infinite, and if this data has been sent to task. PLEASE
UPDATE!
Guys I have found the problem! This code is causing the issue. It has default value 1 but it doesn't work. Could you please fix it for me?
I have left this redirect 4 days ago: http://letsforum.com/Forum-Making-Money
P.S.Where can I find and check this data. I want to check if it has been registered as 1 day redirect or infinite, and if this data has been sent to task. PLEASE
UPDATE!
Guys I have found the problem! This code is causing the issue. It has default value 1 but it doesn't work. Could you please fix it for me?
<td class="trow2">
<label><input type="radio" class="radio" name="method" value="move" disabled="disabled" />{$lang->method_move}</label><br />
<label><input type="radio" class="radio" name="method" value="redirect" checked="checked" />{$lang->method_move_redirect}</label> <input type="text" class="textbox" name="redirect_expire" size="3" value="1" disabled="disabled" /> {$lang->redirect_expire_note}<br />
<label><input type="radio" class="radio" name="method" value="copy" disabled="disabled" />{$lang->method_copy}</label><br />
</td>