how to put redirect link

Status
Not open for further replies.

mobzones

New Member
1
2008
0
0
My site in phpbb. i need my links like gallery.mobile.com in this site every time when user click download link he will redirect a page where he've to wait some second. i need this kind of script in my php forum. plz tell me frm where i can get this script and how to use this.

Thaking you
Mobzones
 
5 comments
you could do that , its related to functions.php, ( i think your asking the purpose of unnecessar y coding links ) .

there is no such script // mods . its just an addon
 
Well if u want simply Redirect link in php, it will help yew

Code:
 <?
    Header( "HTTP/1.1 301 Moved Permanently" ); 
    Header( "Location: http://www.new-url.com" ); 
?>

and Yew search any Addon or Mods on phpbbforums

Instant Post Redirect

Code:
http://www.phpbb.com/community/viewtopic.php?f=69&t=584852
 
no i dont want to rediect any links :: i was wondering if there could be a easier way to redirect download link from an anonymous site, so coding of links wont be required
 
Status
Not open for further replies.
Back
Top