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)

maroceve 05-19-2006 07:57 PM

hey guys ..apparently some of you are able to seourl the gallery too..mine seems to have kept it s original links formats...

how do i do this ? :)

jokerz 05-20-2006 04:50 AM

Bhuwan, I PM you 3 days and you said you'll send me a fix shortly - I haven't got your *fixed*

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

htaccess file:
Code:

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]


Sir_Yaro 05-20-2006 09:17 PM

Quote:

Originally Posted by girish.r
1. The quick reply and edit post are not working post’s view (in opera)

I confirm that. But I've noticed only "edit post" problem.
I've to disable "AJAX Quick Edit" to temporary fix that problem.
Quote:

Bhuvan/Immortal, don't you think the discussion about vRewrite is getting really big. Why don't you move this discussion to a personal site?
great idea....

b65ran 05-21-2006 12:20 AM

I got after installing this hack. This following hack doesn't work properly. https://vborg.vbsupport.ru/showthread.php?t=92410\

Anybody can help me with this please.

jlaine 05-21-2006 04:18 AM

Quote:

Originally Posted by masterross
hi,

load average: 2.45, 1.92, 1.65

and with SEO load is over 40 !!!

How are you even getting the server to respond with a load that high?

As Bhuwan has previously mentioned - disable some things that aren't really needed. I shut off printthread, searches, and member rewriting as honestly, does any of that really help your content when indexing in a search engine? You're after pertinent pages being listed that will draw people that may stick around - search engines cannot use the search function, I have member.php disallowed in my robots.txt, and printthread is also disallowed.

Get the meat and potatoes listed, skip the tripe - should help you in the long run - once you have that covered add in the fluff if you really want it.

I just grabbed my server load here, and this is what I'm showing:
Server Load Averages 0.69 0.51 0.52 | 144 Users Online

Adyum 05-21-2006 07:46 PM

How do I remove the copyrights at the bottom? I am putting it in my footer and I have selected that I want to put it in myself but it isn't working.

URL: http://www.lostgurus.com

jdingman 05-22-2006 05:58 AM

How close are we with the sitemap generator too? Would love for that to be available soon : )

HuangA 05-22-2006 08:12 AM

Quote:

Originally Posted by b65ran
I got after installing this hack. This following hack doesn't work properly. https://vborg.vbsupport.ru/showthread.php?t=92410\

Anybody can help me with this please.

I already posted about that one. I'm waiting for a fix as well. The problem seems to be because the AJAX post thank yo hack's AJAX are looking for
showthread.php?do=post_thanks_button_ajax&p=xxx
showthread.php?do=post_thanks_add_ajax&p=xxx
showthread.php?do=post_thanks_button_add_ajax&p=xx x
showthread.php?do=post_thanks_remove_all_ajax&p=xx x
showthread.php?do=post_thanks_remove_user_ajax&p=x xx
showthread.php?do=post_thanks_add&p=xxx

where 'xxx' = post id.

I think it'd be nice and easy to fix if we figure out how Bwhuan does his showthread rewrite, and add a few more 'replacements' for the hack's plugin, and it should work out, but I don't know... For now, I've got my vRewrite disabled until I can get more confirmation as to how to make sure it doesn't break the post thank you hack.

Quote:

Originally Posted by Adyum
How do I remove the copyrights at the bottom? I am putting it in my footer and I have selected that I want to put it in myself but it isn't working.

URL: http://www.lostgurus.com

I'll PM you the solution as I don't think it's best to post it without Immortal/Bhuwan's permission...

Bhuwan 05-22-2006 11:49 AM

Quote:

Originally Posted by HuangA
I'm still seeing unknwon location for showthreads on WOL:



Is there a remedy for this yet? (I'm using 1.5.1)


Edit: Noticed another problem. This hack seems to break the AJAX feature on the 'AJAX Post Thanks' hack. It seems to really screw up the design of the content. Can you please see about if there's a possible fix for this?

thx I am looking into this...

Bhuwan 05-22-2006 11:50 AM

Quote:

Originally Posted by jdingman
I'm also still running into issues of this:

'currently view... .../f--39.html/' and it doesn't correctly display the whole URL. was this supposed to be fixed? Is there anyway to display the URL without using the ## as well? maybe just the name?

Still having this issue?


All times are GMT. The time now is 10:27 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.02626 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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