redirct

phpBB3 SEO Simple mod Rewrite support forum. This mods performs URL rewriting for phpBB3 in a static way.

Moderator: Moderators

redirct

Postby mhmdkhamis » Wed Jan 09, 2008 1:52 am

welcome dcz

before i update to last version i was have links like this

Code: Select all

http://www.paramegsoft.com/forum/forum103/


it was redirct automatic to

Code: Select all

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: Select all
http://www.paramegsoft.com/forum/topic11404.html&start=390

to
Code: Select all
http://www.paramegsoft.com/forum/topic11404.html
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Advertisement

Postby dcz » Wed Jan 09, 2008 1:50 pm

Well, you need to keep better track of your custom needs : http://www.phpbb-seo.com/boards/simple- ... html#12118

Same problem, same fix ;)

For the -http://www.paramegsoft.com/forum/topic11404.html&start=390 links, you could use :

Code: Select all
# topic with & pagination
RewriteRule ^forum/topic([0-9]+)\.html(&start=([0-9]+)?$ /forum/viewtopic.php?t=$1&start=$3 [QSA,L,NC]


++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21291
Joined: Fri Apr 28, 2006 9:03 pm

Postby mhmdkhamis » Wed Jan 09, 2008 4:37 pm

dcz wrote:Well, you need to keep better track of your custom needs : http://www.phpbb-seo.com/boards/simple- ... html#12118

Same problem, same fix ;)

For the -http://www.paramegsoft.com/forum/topic11404.html&start=390 links, you could use :

Code: Select all
# 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 :D

but when i use this for topics
Code: Select all
# 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
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt

Postby dcz » Sun Jan 13, 2008 4:13 pm

Dropped a bracket, sorry :

Code: Select all
RewriteRule ^forum/topic([0-9]+)\.html(&start=([0-9]+))?$ /forum/viewtopic.php?t=$1&start=$3 [QSA,L,NC]


++
Useful links :
SEO Forum || SEO Directory || SEO phpBB || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Recherche
dcz
Admin
Admin
 
Posts: 21291
Joined: Fri Apr 28, 2006 9:03 pm

Postby mhmdkhamis » Mon Jan 14, 2008 1:32 am

dcz wrote:Dropped a bracket, sorry :

Code: Select all
RewriteRule ^forum/topic([0-9]+)\.html(&start=([0-9]+))?$ /forum/viewtopic.php?t=$1&start=$3 [QSA,L,NC]


++


now it working ok :D

thank you dcz
mhmdkhamis
PR4
PR4
 
Posts: 437
Joined: Sun Nov 26, 2006 11:15 pm
Location: egypt


Return to Simple SEO URL

Who is online

Users browsing this forum: No registered users and 3 guests