[ABD] URL Rewriting (SEO URLs)

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
rogerio24
Registered User
Posts: 57
Joined: Sat Jul 05, 2014 1:18 am
Location: Córdoba - Argentina
Name: Roger Biderbost
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by rogerio24 »

John connor wrote: Sun Dec 11, 2016 8:38 am How do you read the SEO sitemap? I have the extension phpbb3 SEO Sitemap now, should I disable it?
Any update or comment about this question?
Thanks
rogerio24
Registered User
Posts: 57
Joined: Sat Jul 05, 2014 1:18 am
Location: Córdoba - Argentina
Name: Roger Biderbost
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by rogerio24 »

I have an issue when I do click from the index page. I should go the latest page related to thread as I did when I did not have installed this extension but now I can not do it. Look the video to see I want to mean

https://youtu.be/EHnMDIWyIEc
rogerio24
Registered User
Posts: 57
Joined: Sat Jul 05, 2014 1:18 am
Location: Córdoba - Argentina
Name: Roger Biderbost
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by rogerio24 »

look this another issue generated by this extension in this link

http://www.dmzx-web.net/viewtopic.php?p=14146#p14146


are you going to upload a new version to fix these minor issues?

Thanks
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: [DEV] URL Rewriting (SEO URLs)

Post by 2600 »

Seem to have found an issue. I have a hidden forum to mods and admins only that is password protected. When you enter the password the screen results in a blank page. Disabling this extension and the problem goes away.
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
Vattenpistol
Registered User
Posts: 101
Joined: Thu Dec 30, 2010 5:44 pm

Re: [DEV] URL Rewriting (SEO URLs)

Post by Vattenpistol »

Hi! Is there any MOD like this for phpBB 3.0.12? Or is it possible to use some of the rewrite code from this one?

Kind regards
User avatar
JimA
Former Team Member
Posts: 7833
Joined: Thu Jul 31, 2008 5:54 am
Location: The Netherlands
Name: Jim Mossing Holsteyn
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by JimA »

Vattenpistol wrote: Wed Jan 18, 2017 4:43 pm Hi! Is there any MOD like this for phpBB 3.0.12? or is it possible to use some of the rewrite code from this one?

Kind regards
Besides the fact that the architecture between extensions and modifications is completely different and thus incompatible, all support for phpBB versions 3.0.x or lower has ended on this website.
Jim Mossing Holsteyn - Former Community Team Leader
Knowledge Base | Documentation | Board rules

If you're having any questions about the rules/customs of this website, feel free to drop me a PM.
rogerio24
Registered User
Posts: 57
Joined: Sat Jul 05, 2014 1:18 am
Location: Córdoba - Argentina
Name: Roger Biderbost
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by rogerio24 »

Could the owner extension answer our questions or doubts?
Thanks
rogerio24
Registered User
Posts: 57
Joined: Sat Jul 05, 2014 1:18 am
Location: Córdoba - Argentina
Name: Roger Biderbost
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by rogerio24 »

When I go to this page

http://www.tdtlatinoamerica.com.ar/forotdt/flags/9

I got this error

[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 247: parse_url() expects parameter 1 to be string, array given
[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 247: parse_url() expects parameter 1 to be string, array given
[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 247: parse_url() expects parameter 1 to be string, array given

Image

this page does not show any problem per example

http://www.tdtlatinoamerica.com.ar/forotdt/flags
GenesMan
Registered User
Posts: 9
Joined: Fri Jan 06, 2017 12:04 pm

Re: [DEV] URL Rewriting (SEO URLs)

Post by GenesMan »

Is there any way to customize redirect links like I don´t wan´t that every forum has an "name-of-forum-f34" rewrited url, but instead have "name-of-forum" (without the forum id). I know that this template of rewrite is there to avoid duplicates, but it might worth the risk.

Thanks
User avatar
Max_69
Registered User
Posts: 56
Joined: Thu Jun 05, 2014 9:19 am
Location: Udine-Italy
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by Max_69 »

Another litle question, seo url for board3 portal?
Thanks
User avatar
Mixlight
Registered User
Posts: 86
Joined: Wed Aug 31, 2016 2:59 pm

Re: [DEV] URL Rewriting (SEO URLs)

Post by Mixlight »

Code: Select all

No route found for "GET /anunturi-administrative-f2/" (from "http://www.blow-games.com/forum/index.php")
How i fix that ? :D
btw

Code: Select all

RewriteEngine on
RewriteBase /
RewriteRule ^(.*)-f([0-9]*)/(.*)-t([0-9]*)-s([0-9]*).html viewtopic.php?f=$2&t=$4&start=$5&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*)/(.*)-t([0-9]*).html viewtopic.php?f=$2&t=$4&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*)/index-s([0-9]*).html viewforum.php?f=$2&start=$3&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*)/ viewforum.php?f=$2&%{QUERY_STRING} [L]
RewriteRule ^(.*)-f([0-9]*) viewforum.php?f=$2&%{QUERY_STRING} [L]
When i put this in htacces i have 404 error when i try to watch a forum
spinecki
Registered User
Posts: 67
Joined: Wed Jan 11, 2017 12:41 pm
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by spinecki »

I'm done with seourls extension. Already bought a paid extension (wasn't free, but works pretty great).
lizardx
Registered User
Posts: 21
Joined: Fri Feb 24, 2017 10:19 am

Re: [DEV] URL Rewriting (SEO URLs)

Post by lizardx »

spinecki wrote: Tue Feb 07, 2017 10:06 pm I'm done with seourls extension. Already bought a paid extension (wasn't free, but works pretty great).
Which paid extension... can you give me an url?
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51

Re: [DEV] URL Rewriting (SEO URLs)

Post by 2600 »

Just to let the author know. I use SSL and when I go to restore a soft deleted topic I get this error:

Code: Select all

Tried to redirect to potentially insecure url.

BACKTRACE

FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()

FILE: [ROOT]/includes/functions.php
LINE: 1774
CALL: trigger_error()

FILE: [ROOT]/includes/functions.php
LINE: 1903
CALL: redirect()

FILE: [ROOT]/includes/mcp/mcp_queue.php
LINE: 801
CALL: meta_refresh()

FILE: [ROOT]/includes/mcp/mcp_queue.php
LINE: 60
CALL: mcp_queue::approve_posts()

FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: mcp_queue->main()

FILE: [ROOT]/mcp.php
LINE: 312
CALL: p_master->load_active()


I narrowed it down to this ext. Using PHP 5.6 and phpBB 3.2.
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
lexus
Registered User
Posts: 19
Joined: Mon May 29, 2017 9:27 pm

Re: [DEV] URL Rewriting (SEO URLs)

Post by lexus »

Hi tas2580,

SEO URLs is not 100% compatible with "Show First Post Only To Guest" extension.

Tested on phpbb 3.1.9

Reference:

https://www.phpbb.com/customise/db/exte ... pic/178006

Please, help me to fix this extensions conflict.

Thank you
Locked

Return to “Abandoned Extensions”