phpBBSEO / usu

Ultimate SEO URL
32 stars 25 forks source link

index.php link in home board portal with ultimate SEO #108

Open ceds59 opened 8 years ago

ceds59 commented 8 years ago

Hello i installed ultimate seo extension, but i use Board3 Portal and the link "Forum index" redirect on the portal i want this link redirect on index.php Please help for this solution

ceds59 commented 8 years ago

No, cause the problèm appears when i installed ultimate seo for phpbb3.1.x .htaccess particularity ? Other file to modify ? Anterior version there was phpbb_seo_class to modify for this problem Before no problem Please help

Cédric

Le 23 déc. 2015 à 18:11, juarol notifications@github.com a écrit :

This would be better asked over at board3 official support forum. The portal historically has always controlled this behavior.

— Reply to this email directly or view it on GitHub.

ceds59 commented 8 years ago

No support ??? extension abandonned ?????

Alxston commented 8 years ago

No, no support apparently. Not abandoned just starving to near death.

ceds59 commented 8 years ago

What'interest to create an extension for abandonned it ???

Cédric DA SILVA

Le 24 janv. 2016 à 04:08, juarol notifications@github.com a écrit :

No, no support apparently. Not abandoned just starving to near death.

— Reply to this email directly or view it on GitHub.

ceds59 commented 8 years ago

hello

on http://forum-malinois.net/app.php/portal index.php is OK on Index du FOrum

on http://forum-malinois.net/ index.php not avalaible in Index du FOrum

same after modification

----- Mail original ----- De: "Daniel Mota" notifications@github.com À: "phpBBSEO/usu" usu@noreply.github.com Cc: "ceds59" cedsp1@free.fr Envoyé: Samedi 27 Février 2016 04:10:55 Objet: Re: [usu] index.php link in home board portal with ultimate SEO (#108)

I guess you need to add this line:

FORUM PORTAL

RewriteRule ^portal.html$ /forum/portal.php [QSA,L,NC]

before:

FORUM INDEX

RewriteRule ^forum.html$ /forum/index.php [QSA,L,NC]

— Reply to this email directly or view it on GitHub .