| :: |
| Author |
Message |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Mon Jul 02, 2007 3:32 am Post subject: how to redirect 301 this url |
|
|
welcome dcz
how to redirct 301
-http://islam.paramegsoft.com/asbab/index.php?asbab=loqman
to
-http://islam.paramegsoft.com/asbab/loqman.html |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Tue Jul 03, 2007 2:14 pm Post subject: Re: how to redirect 301 this url |
|
|
This is something that would be easier to handle script wise IMHO.
At the beginning of index.php :
| Code: | if (strpos($_SERVER['REQUEST_URI'], 'asbab=loqman') !== FALSE) {
header('HTTP/1.1 301 Moved Permanently', TRUE, 301);
header('Location: http://islam.paramegsoft.com/asbab/loqman.html');
exit;
} |
Could be more general in case you need to redirect more kind of urls, but should do it for the one you talked about. |
_________________ Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________
Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche |
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Wed Jul 04, 2007 5:18 am Post subject: Re: how to redirect 301 this url |
|
|
thanks dcz
i wanna to ask you about something but i am afraid you can guess it  |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Wed Jul 04, 2007 11:13 am Post subject: Re: how to redirect 301 this url |
|
|
| dcz wrote: | | The corresponding rewriterule ? |
nope i want to ask about simple mod dcz  |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Sun Jul 08, 2007 3:38 pm Post subject: Re: how to redirect 301 this url |
|
|
| dcz wrote: | I know I know  |
oh my god
dcz replayed finally and said he know
thanks god  |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Sun Jul 08, 2007 5:01 pm Post subject: Re: how to redirect 301 this url |
|
|
| dcz wrote: | Well yes, I'm a man too
++ |
 |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
|
|