| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
mhmdkhamis PR4

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Wed Jan 09, 2008 1:52 am Post subject: redirct |
|
|
welcome dcz
before i update to last version i was have links like this
| Code: |
http://www.paramegsoft.com/forum/forum103/
|
it was redirct automatic to
| Code: |
http://www.paramegsoft.com/forum/forum103.html
|
after last update it now dont redirct
can you please help me to redirct it to .html
i have now over 6000 page not found in google webmaster tools
and please redirct to links like
| Code: |
http://www.paramegsoft.com/forum/topic11404.html&start=390
|
to
| Code: |
http://www.paramegsoft.com/forum/topic11404.html
|
|
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

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

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Wed Jan 09, 2008 4:37 pm Post subject: Re: redirct |
|
|
| dcz wrote: | Well, you need to keep better track of your custom needs : http://www.phpbb-seo.com/boards/simple-seo-url/discussions-vt1627-15.html#12118
Same problem, same fix
For the -http://www.paramegsoft.com/forum/topic11404.html&start=390 links, you could use :
| Code: | # topic with & pagination
RewriteRule ^forum/topic([0-9]+)\.html(&start=([0-9]+)?$ /forum/viewtopic.php?t=$1&start=$3 [QSA,L,NC] |
++ |
welcome dcz
for forum with html and without the problem sloved
but when i use this for topics
| Code: | # topic with & pagination
RewriteRule ^forum/topic([0-9]+)\.html(&start=([0-9]+)?$ /forum/viewtopic.php?t=$1&start=$3 [QSA,L,NC] |
i have 500 internal server error |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

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

Joined: 26 Nov 2006 Posts: 436 Location: egypt
|
Posted: Mon Jan 14, 2008 1:32 am Post subject: Re: redirct |
|
|
| dcz wrote: | Dropped a bracket, sorry :
| Code: | | RewriteRule ^forum/topic([0-9]+)\.html(&start=([0-9]+))?$ /forum/viewtopic.php?t=$1&start=$3 [QSA,L,NC] |
++ |
now it working ok
thank you dcz |
_________________ برامج |برامج مجانية|العاب |
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |