1

Topic: Using redirection on index?

Is it possible to use the redirection made for punbb as an index on the main directory of the site?
And what mod and file ara needed to copy to view it for a sec then redirect automaticly to the forum's directory?

فهد

2

Re: Using redirection on index?

just google search for php redirecting and im sure you will find what you are looking for....i wouldnt bother trying to use punbbs redirection system.

3

Re: Using redirection on index?

well I wanted to use the punbb redirection stle, the some one appers after updating, submitting..ect.. just to make it tha same. btw, thnx.

فهد

4

Re: Using redirection on index?

File is functions.php
line about 818

function redirect($destination_url, $message)
{
    global $db, $pun_config, $lang_common, $pun_user;

    if ($destination_url == '')
        $destination_url = 'index.php';

Not easy to copy functions.php but if your site have already PunBB you can use it and use this function.

If your people come crazy, you will not need to your mind any more.

5

Re: Using redirection on index?

Well yes it seems hard, I'll try designing anew one with the same style, adding an html redirection.

فهد