[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.
Locked
User avatar
alex75
Registered User
Posts: 509
Joined: Sun Jun 10, 2012 9:09 am
Location: Italy
Name: Alessandro
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by alex75 »

Hi. excellent job! I would have some suggestions/request.
- it would be possible to rewrite the url of the categories?
- it would be possible to remove the id of topics and categories?
- possibility to choose from acp the name of the categories and forums?
Thank you
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 »

Excellent work
alex75 wrote:Hi. excellent job! I would have some suggestions/request.
- it would be possible to rewrite the url of the categories?
- it would be possible to remove the id of topics and categories?
- possibility to choose from acp the name of the categories and forums?
Thank you
this is a good idea ;)
User avatar
Mathieu M.
Registered User
Posts: 181
Joined: Tue Nov 02, 2010 11:42 am
Location: France 🇫🇷
Name: Mathieu

Re: [DEV] URL Rewriting (SEO URLs)

Post by Mathieu M. »

Hello,

Another very good thing should be to offer a convertor for those who use phpBB SEO extensions ( https://github.com/phpBBSEO ), in order to redirect old URLs to the new ones from your extension 8-)

Thanks a lot !
😄😄😍😄😄
fadi1990
Registered User
Posts: 2
Joined: Wed Aug 31, 2016 8:52 am

Re: [DEV] URL Rewriting (SEO URLs)

Post by fadi1990 »

Hi
First of all thank you! all your effort for community.

I am using your re write URL Script ,

http://www.immigrantboard.com/immigrati ... f8ee00d9ca

al though this shows name but as I log into topic gives error

Information

No route found for "GET /immigration-news-f2/"

I have been all yours post, and try to did any thing i can do, can you please check

as i am using 3.1.9, phpbb version.
fadi1990
Regards
http://immigrantboard.com

SEO friendly directory
http://webdir.immigrantboard.com
NextClick
Registered User
Posts: 36
Joined: Sun Apr 13, 2014 9:13 am

Re: [DEV] URL Rewriting (SEO URLs)

Post by NextClick »

What is nginx or apache conf for wiki extension? Thanks.
Edit:

Code: Select all

solution:
	               if (!-e $request_filename) {
                    rewrite ^/(.*)$ /app.php last;
               } 	
User avatar
tas2580
Registered User
Posts: 295
Joined: Wed May 30, 2007 1:56 am
Location: Stuttgart, Germany
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by tas2580 »

alex75 wrote:Hi. excellent job! I would have some suggestions/request.
- it would be possible to rewrite the url of the categories?
- it would be possible to remove the id of topics and categories?
- possibility to choose from acp the name of the categories and forums?
Thank you
Removing the IDs from topics is not posible, removing the IDs from forums ist posible, see the develop branch.
chfs
Registered User
Posts: 247
Joined: Mon Feb 04, 2013 10:01 am

Re: [DEV] URL Rewriting (SEO URLs)

Post by chfs »

Thanks tas2580,
how to remove ID from the forum
Thanks you. ;)
I'm sorry for my english. :?
User avatar
alex75
Registered User
Posts: 509
Joined: Sun Jun 10, 2012 9:09 am
Location: Italy
Name: Alessandro
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by alex75 »

tas2580 wrote:
alex75 wrote:Hi. excellent job! I would have some suggestions/request.
- it would be possible to rewrite the url of the categories?
- it would be possible to remove the id of topics and categories?
- possibility to choose from acp the name of the categories and forums?
Thank you
Removing the IDs from topics is not posible, removing the IDs from forums ist posible, see the develop branch.
many thanks
besciak
Registered User
Posts: 9
Joined: Mon Oct 03, 2016 2:04 pm

Re: [DEV] URL Rewriting (SEO URLs)

Post by besciak »

Hi,

do you have any solution, when is info on website ?

No route found for "GET /your-first-forum-f2/"

Big thx for answer?
User avatar
tas2580
Registered User
Posts: 295
Joined: Wed May 30, 2007 1:56 am
Location: Stuttgart, Germany
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by tas2580 »

Seems like you have an error in your rewriting. Have you made the changes in htaccess?
besciak
Registered User
Posts: 9
Joined: Mon Oct 03, 2016 2:04 pm

Re: [DEV] URL Rewriting (SEO URLs)

Post by besciak »

i don't change in htaccess.
cichy_ludek
Registered User
Posts: 72
Joined: Fri Jun 17, 2016 12:31 pm

Re: [DEV] URL Rewriting (SEO URLs)

Post by cichy_ludek »

How to use your extension in other extension (newspage)?
Newspage use this:

Code: Select all

 append_sid("{$this->root_path}viewtopic.{$this->php_ext}", 'p=' . $row['post_id']) . (($row['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '') . '#p' . $row['post_id']
for generate link. It is possible to insert there your generate_topic_link() output?
User avatar
alex75
Registered User
Posts: 509
Joined: Sun Jun 10, 2012 9:09 am
Location: Italy
Name: Alessandro
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by alex75 »

tas2580 wrote:Seems like you have an error in your rewriting. Have you made the changes in htaccess?
It happens to me too. in the previous version it was including a .htaccess file that no longer exists. which settings have to change?
User avatar
tas2580
Registered User
Posts: 295
Joined: Wed May 30, 2007 1:56 am
Location: Stuttgart, Germany
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by tas2580 »

alex75 wrote:It happens to me too. in the previous version it was including a .htaccess file that no longer exists. which settings have to change?
Look at the Readme on github.
User avatar
alex75
Registered User
Posts: 509
Joined: Sun Jun 10, 2012 9:09 am
Location: Italy
Name: Alessandro
Contact:

Re: [DEV] URL Rewriting (SEO URLs)

Post by alex75 »

tas2580 wrote: Look at the Readme on github.
Ok... now work fine. Thanks ;-)
Locked

Return to “Abandoned Extensions”