vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vRewrite - SEOed URLs for vBulletin (https://vborg.vbsupport.ru/showthread.php?t=104484)

girish.r 05-02-2006 06:46 AM

The '_' problem holds true for the post too. If any post has a '_' in its title it will result in a 404 error. Adding a '\_' to relevant line in the .htaccess file will provide a fix for this. Also the 404 error results if the post title start with a non-alphanumeric character.

I hope the creators of this mod will fix these bugs ASAP.

sickboy6ths 05-02-2006 12:54 PM

Ok Im trying to get this working on IIS 6.0
This is what I have done:

Installed Lite version of isapi_rewrite
Checked if the ISAPI plugin got loaded into IIS main level and it was loaded
Configured the httpd.ini with the data written below
Restarted IIS
Installed the product into vbulletin
Did the template edits

And now nothing is happening... everything looks all the same..no different urls. Could anyone be of assistance (Thanks!!) :)


My httpd.ini for isapi_rewrite (^ changed to / (read that in this thread)):
Code:

[ISAPI_Rewrite]

RewriteEngine On
RewriteRule /(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule /(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule /(.*)/t-(.*)-(.*)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule /(.*)/t-(.*)-(.*)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule /(.*)/t-(.*)-(.*)-print.html/(.*)$ printthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule /(.*)/t-(.*)-(.*)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule /(.*)/t-(.*)-(.*)-nextnewest.html showthread.php?t=$3&goto=nextnewest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule /(.*)/t-(.*)-(.*)-nextoldest.html showthread.php?t=$3&goto=nextoldest&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule /p-(.*)-post(.*)/postcount(.*).html showpost.php?p=$2&postcount=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule /(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule /(.*)/t-(.*)-(.*)/page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule /(.*)/t-(.*)-(.*).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule /(.*)/t-(.*)-(.*).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule /f-(.*)-(.*)/misc\.php$ misc.php?&%{QUERY_STRING}&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule /members/(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule /u-(.*)-(.*).html(.*) member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING}$3 [L]
RewriteRule /u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]
RewriteRule /f-(.*)-(.*)/page(.*).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule /f-(.*)-(.*)/(.*)$ forumdisplay.php?f=$2&&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule /f-(.*)-(.*)/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite=yes [L]
RewriteRule /search-(.*).html$ search.php?do=$1 [L]


Bhuwan 05-02-2006 10:41 PM

[high]* Bhuwan is having pains again :(
[/high]
It will be sometime before im back

Danecookie 05-03-2006 11:51 AM

Oh, well bhawan, i am having a little problem again, everything is working fine except "NEW POSTS TODAY" .. its giving error this error http://www.slipen.com/forum/search-getdaily.html/

..please advice?

xtreme-mobile 05-03-2006 05:48 PM

hey guys having problems with getting this to write

maybe its my htaccess thing i dont know it just seems not to be writing anything

http://www.extreme-mobile.com/forum

any ideas?

sorry for being such a numpty :D

RetroDreams 05-04-2006 12:35 AM

How do you edit the copyright so it matches the style? Where is it located?

tanyeri24 05-04-2006 05:31 AM

first of all thanks for this release nice thing I installed it.

But here my question:
on the who is online list I getting this erro "section is undefinied" or like this I have other language.

my htacces file is:

Quote:

RewriteEngine On
RewriteRule ^(.*)/(styleid=(.*))$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/(showthread\.php)$ showthread.php?&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-new.html showthread.php?t=$3&goto=newpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-last.html showthread.php?t=$3&goto=lastpost&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-print.html printthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRIN G} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+)-post(.*).html showthread.php?p=$4&%{QUERY_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-page([0-9]+)-([0-9]+).html showthread.php?t=$4&page=$3&is_vrewrite=yes&%{QUER Y_STRING} [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+).html/(.*)$ showthread.php?t=$3&%{QUERY_STRING}&is_vrewrite=ye s [L]
RewriteRule ^(.*)/t-([A-Za-z0-9\-]+)-([0-9]+).html showthread.php?t=$3&is_vrewrite=yes&%{QUERY_STRING } [L]
RewriteRule ^f-([A-Za-z0-9\-]+)-([0-9]+)/page([0-9]+).html/(.*)$ forumdisplay.php?f=$2&&page=$3%{QUERY_STRING}&is_v rewrite=yes [L]
RewriteRule ^f-([A-Za-z0-9\-]+)-([0-9]+).html/$ forumdisplay.php?f=$2&%{QUERY_STRING}&is_vrewrite= yes [L]
RewriteRule ^search-([A-Za-z0-9\-]+).html/$ search.php?do=$1 [L]

jlaine 05-04-2006 10:51 AM

Quote:

Originally Posted by Danecookie
Oh, well bhawan, i am having a little problem again, everything is working fine except "NEW POSTS TODAY" .. its giving error this error http://www.slipen.com/forum/search-getdaily.html/

..please advice?

Verify this line is in your .htaccess

Code:

RewriteRule ^search-(.*).html search.php?do=$1
Makes me think you aren't using the most recent version released... I'd suggest you get the newest one for the bugs that have been fixed.

I guess with Bhuwan out for the count, I'm probably going to disable this until he gets better - there are a few things that need to get fixed that happen to cause functional issues on the forums itself. Hope things are going ok Bhuwan!

jdingman 05-04-2006 03:15 PM

Quote:

Originally Posted by girish.r
I fixed the problem with members who have a _ in their name. Just some minor correction to the .htaccess file. See below.....

.htaccess file before.....
RewriteRule ^u-(.*)-(.*).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]

or

RewriteRule ^u-([A-Za-z0-9\-]+)-([0-9]+).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]

.htaccess file after the correction for _ ....
RewriteRule ^u-([A-Za-z0-9\_\-]+)-([0-9]+).html member.php?u=$2&is_vrewrite=yes&%{QUERY_STRING} [L]

you can see it working at www.abcphp.com

Do you know of a fix for this yet? http://www.abcphp.com/u--79.html/

I'm using the same mod you have for the 'latest visitors in the past 24 hours' and it has errors doing the same thing, where it doesn't display the username. If you find a fix for it, PLEASE let me know. Thanks :banana:

jdingman 05-04-2006 03:18 PM

Quote:

Originally Posted by Immortal
I developed 1.0 from scratch (with the help of Cole and Chroder). However, Bhuwan is responsible for all the hard work in 1.5. I did very little development in 1.5, I just do the support mostly any more :D

Ah, gotcha. Now I see why hehe. Any ideas when a better sitemap plugin will be coming out? I have vBsitemap, but it doesn't work properly like it should for some reason and I'm looking for a better alternative still... :banana: :banana: :banana:

Immortal 05-04-2006 05:58 PM

Quote:

Originally Posted by jdingman
Any ideas when a better sitemap plugin will be coming out?

Somethings are in the talks now. I can't release any details currently, sorry.

RetroDreams 05-04-2006 07:30 PM

Quote:

Originally Posted by RetroDreams
How do you edit the copyright so it matches the style? Where is it located?

Anyone? The grey and black doesn't show up on my grey background.

Immortal 05-04-2006 09:03 PM

Quote:

Originally Posted by RetroDreams
Anyone? The grey and black doesn't show up on my grey background.

It uses the same font style as the Jelsoft copyright. You will need edit the smallfont CSS.

Peace_Hope 05-04-2006 09:45 PM

I have everything done in the instructions but nothing is happening, any ideas why?

www.AthleticRunner.com

kurtbarker 05-04-2006 10:37 PM

hey mate, seems to work well. but when viewing 'whos online', it shows unknown location when ever someone is viewing a thread... Is it possible to have it show the standard:
Viewing Thread
[Thread Name]

This doesn't look all that professional:
Unknown Location
/forums/announcements-changes/t-support-ticket-center-1249.html

kurtbarker 05-04-2006 10:40 PM

sorry mate, had to uninstall... user profile was showing a 'this page cannot be displayed error"

tanyeri24 05-05-2006 12:14 AM

Quote:

Originally Posted by kurtbarker
sorry mate, had to uninstall... user profile was showing a 'this page cannot be displayed error"

You have the right .htacces code.
if you read the whole thread the most known problems are:

- Reputation 404 error.
- Who is online "uknown location"

kurtbarker 05-05-2006 01:08 AM

I got the htaccess code from the htaccess code generator, made for this hack...

read the whole thread... there's 82 pages, lol

RetroDreams 05-05-2006 01:13 AM

Quote:

Originally Posted by Immortal
It uses the same font style as the Jelsoft copyright. You will need edit the smallfont CSS.

That isn't what I asked. I'm using custom CSS, hence why I asked. Nevermind, I'll figure it out or uninstall.

tanyeri24 05-05-2006 01:59 AM

Quote:

Originally Posted by kurtbarker
I got the htaccess code from the htaccess code generator, made for this hack...

read the whole thread... there's 82 pages, lol

:)

did you aktivated on vRewrite settings the members option?

kurtbarker 05-05-2006 02:28 AM

yes, I had all vRewrite settings activated

Ntfu2 05-06-2006 04:16 AM

can someone update the first post to reflect new versions and such, there is no way i have time to browse 81 pages trying to find the latest releast and the htaccess generator

bruss 05-06-2006 10:30 AM

how are you guys submitting these seo friendly links to google without a sitemap? Is there a way I can manually do a sitemap until a better option is found?

Bhuwan 05-06-2006 11:51 AM

i am still having some pains b ut tomorrow (SUnday) I'll try and fix all the bugs (online, reputation)

Jay... 05-07-2006 10:05 AM

Right i have installed, after reading through most od this thread i fixed most of the problems i had, but im just wondering is there anyway i could move the copyright to the bottom of the page, it messes up my theme.

cihangir 05-07-2006 10:30 AM

i run a non-english forum and have some problems with the way, how the non-english letters are shown.

ş wird shown as t (better to have s instead of it)

ğ
wird shown as e (better to have g instead of it)

ı wird shown as y (better to have i instead of it)


Quote:

(?)alıntı İşler --> calynty-ytler

Fotoğraf --> fotoeraf
thanks in advance.

jlaine 05-07-2006 04:54 PM

Quote:

Originally Posted by bruss
how are you guys submitting these seo friendly links to google without a sitemap? Is there a way I can manually do a sitemap until a better option is found?

R=301 on the old URL's as google crawls is what the current process is - although they have a sitemap generator ready and waiting, I guess the current problem is them waiting for vbseo to actually respond with an ok to release the modification.

jlaine 05-07-2006 04:57 PM

Quote:

Originally Posted by Jay...
Right i have installed, after reading through most od this thread i fixed most of the problems i had, but im just wondering is there anyway i could move the copyright to the bottom of the page, it messes up my theme.

It's on the dead bottom of my page, where is it injecting itself in yours?

Bhuwan 05-07-2006 09:58 PM

I am working on most of the bugs today...
WOL is nearly fiex.

jdingman 05-07-2006 11:33 PM

Quote:

Originally Posted by Bhuwan
i am still having some pains b ut tomorrow (SUnday) I'll try and fix all the bugs (online, reputation)

Will you add in the underscore problems too, to the fix? What about adding in pagination for the memberlist.php page too? such as /members/a/1.php or such, paging for the members listed in each. Just some thoughts.

Bhuwan 05-07-2006 11:39 PM

Quote:

Originally Posted by jdingman
Will you add in the underscore problems too, to the fix? What about adding in pagination for the memberlist.php page too? such as /members/a/1.php or such, paging for the members listed in each. Just some thoughts.

Undescore is fixed :)

I will think about adding memberlist pagination...Thanks for the input

Bhuwan 05-07-2006 11:41 PM

Quote:

Originally Posted by jdingman
Any idea when the fix for underscores in usernames will be fixed? I'm hoping another release will happen soon with the upgrades and bug fixes (RSS external, memberlist page rewritting, etc).

COnsider it fixed for the next release undersore is fixed, RSS External support will be added and maybe memberlist pagination...

Bhuwan 05-07-2006 11:42 PM

Quote:

Originally Posted by SB_GEMINI
great hack! :), though i have a prob when you have multiple pages to a thread and your in the forum view and you got your thread title here like this for example

THREAD TITLE (1 2 3 ... Last Page)
clicking on those other page number links just brings up:

"No Thread specified. If you followed a valid link, please notify the administrator"

I am using the latest version of this hack (1.5) and vBulletin 3.5.4

I am not sure what you mean -- can you porvide exact url? it sounds like an htaccess problem to me.

Bhuwan 05-07-2006 11:42 PM

Quote:

Originally Posted by girish.r
Bhuwan, The problem is with opera browser. My opera version is 9. But quick reply used to work with opera 9 before in had vRewrite. Any idea?

Are you still having the problem? I may download Opera 9 if you are --

Bhuwan 05-07-2006 11:43 PM

Quote:

Originally Posted by jdingman
Seems there is a problem with this mod.

https://vborg.vbsupport.ru/showthread.php?t=82769

when displaying the member URLs, it only displays them as /members/-###.html and it doesn't display it like /members/username-###.html -- and because of this, it throws a 404 error due to the .htaccess not accepting it.

Any idea if this is a problem on your side or if it's a problem with the mod?

I will add a fix for this.

Bhuwan 05-07-2006 11:45 PM

Quote:

Originally Posted by HuangA
In my user profiles page, I see


The same thing holds true for most (if not all) of the rewrite page (I've seen showthread, member profile and showforum, not sure about the others); is this normal? Is there a way to fix this?

Edit: sorry, I didn't see you said you'd look into that a few days ago. Another problem I noticed

I have my forums currently rewrite to f--*.html, without the trailing /. On my forum display page, the sort by stuff (IE:sort by thread starter, rating etc.) doesn't work (gives a 404 because it tries to go .html/?parameters). Is there a way to fix this?

I disabled the trailing "/" and it works fine for me -- did you update your htaccess file?

Bhuwan 05-07-2006 11:45 PM

Quote:

Originally Posted by benFF
Couldn't find this reported, but my "Who's Online" lists the links as:

t--[ID].html
or f--[D].html

(i.e. missing out the description bit f-[DESC]-[ID].html)....

Next release will fix this

Bhuwan 05-07-2006 11:48 PM

Quote:

Originally Posted by benFF
AH, it also kills GARS multiple paging, as the &garpg=X is lost in the 301 switch...

How does GARS affect this? please provide more detials

Bhuwan 05-07-2006 11:51 PM

I am unable to reproduce the reputation bug, so someone please PM me exact method of doing so :)

jdingman 05-08-2006 02:22 AM

Also, how would I easily get rid of the "/page2.html/?&order=desc" part at the end of the pagination links?


All times are GMT. The time now is 10:46 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03152 seconds
  • Memory Usage 1,847KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete