Re: Status / keywords in url
I lost a post with some server issues, so here is a quick repost.
erth wrote:Any status on possible inclusion of this idea?
keywords in static urls
It would seem to be the crowning achievement of this already shining SEO mod.
There is a working beta mod on the phpBB development forums, but I don't want to post a link w/o permission.
It's topic # 219953 if that helps anyone
The existing solutions have some flaws. I really do want to incorporate this, but have been waiting to address this in the conversion to phpbb 2.2 because I suspect the link structures will change a bit.
I welcome suggestions and discussion on the technical aspects of that feature, and to throw out one example:
url character issues need to be addressed, and the easiest way to deal with duplicate titles is to also include the thread/post number and have mod_rewrite only work off the number.
A special separation of thread number and title would be needed, so that if the title had a number it would not break the rewrite.
Only alphanumeric characters from the titles should be used.
Those are the specs for a basic version of that feature. I do plan to work on it, but if others get to it first please just make sure to share.
ghetto puppet wrote:hi!
I apologize if this has been posted, I could not find it.
It seems the mod works fine, except for when I try to click "profile" in the header. I don't know if it will allow me to view profiles of others, as this is but a test forum and has only one member, me.
i get this message:
Parse error: parse error in /nfsn/content/hatihati/htdocs/forum/profile.php on line 125
but I looked at line 125, and it's just:
Code:?>
I went over and can't find any steps I missed, but I'm pretty new so maybe i did, please help!
This mod doesn't cause that, but look to see if there is extra white space after the closing php tag.
kb wrote:I just installed music online mod and able2know mod isn't working with that page. It's still showing the id.
Can anyone help with that? I would like to see the .html instead of ID song. And also it would be great if the song tiltle become the title of each page as we view topic.
This mod comes with rewrite rules for vanilla phpbb pages, and clearly can't forsee additional pages and provide rules for them.
At the moment, I can't write custom rules for other mods but perhaps others are willing to do so.
Joe Belmaati wrote: But will rewrite change the links for those user-agents without the rewritebase statement?
Those rules come with conditions, and when used correctly should only perform said rewrites if they match said conditions.
The conditions mostly check for user-agents and a particular bot from China that likes to use the iaea referrer.
rewrite rules are processed in sequential order, so I'd put any rules you want to add under any rules you consider more important.