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)

mtlcore 12-29-2006 07:05 PM

Quote:

Originally Posted by Ziki (Post 1147092)
That's it.Only uninstall and remove

Doesn't it do anything to the database? because i still see my threads in the same format

ferrarislave 12-30-2006 09:02 AM

Does it rewrite search results?

BuzuL 12-31-2006 08:12 PM

I have a problem about SEO. I set up seo but it have character problem. For example it shows " i " as "y". What can i do? Please help me. Thanks from now...

zeropaid 01-02-2007 04:54 AM

If you are having problems with the new posts and todays post redirecting to a 404, disable searches in your VBSEO options in admincp.

X-Rated 01-06-2007 01:45 AM

I have set Vrewrite up to the forum but because the language is in Turkish some turkish alphabet characters such as " İ, Ğ, Ş " are being changed to different characters such as " Y, T.. etc". I have adjusted the encoding as " ISO-8859-2" in the XML file but it did not solve the problem. Anyway, I want the turkish alphabet characters to change such as =>>> Ş=S, İ=I , Ç=C, Ğ=G, Ü=U, Ö=O" . It will be highly appreciated if you may help me about this problem. Thanx .

wtricks 01-10-2007 05:06 PM

Not working .. This is the error I get:

Quote:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@wtricks.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
I have uploaded the product, I have made the template changes and I think there's something weird with the .htaccess, but cannot put my finger on it.

Here is my .htaccess made after reading some of the posts here:

Code:

RewriteEngine On
Rewrite Base /forums

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]

ErrorDocument 404 http://www.wtricks.com/404.html


RedirectMatch permanent ^/$ http://www.wtricks.com/forums/

RedirectMatch permanent ^/forum/$ http://www.wtricks.com/forums/

Last 3 lines are related to a 404 page and 2 redirects. Are these 3 lines the problem?

Where should I put the .htaccess? In the main directory? In the forums directory? Not working in any ...

Thank you in advance :)

ferrarislave 01-11-2007 06:30 AM

Im having a problem. The last post url's are not being rewritten....

They show up without the www so it's just http://t-simoniz-liquid-diamond-4187-new.html/

Also, I used deanc's mod before. All of my indexed pages are with deanc's mod... I need them 301'd to the new ones. How can I do this?

Here is deanc's old htacces...
RewriteRule ^f([0-9]+)-([A-Za-z0-9\-]+)\.html$ forumdisplay.php?f=$1 [L]
RewriteRule ^t([0-9]+)(((-p)([0-9]+))?)([A-Za-z0-9\-]+)\.html$ showthread.php?t=$1&page=$5&pp=10 [L]

the url to the forum is http://www.exotixboard.com

can anyone help?

King Justice 01-15-2007 10:44 PM

I know this was perfect for vB 3.5, but am wondering if this still works for 3.6+ :confused:

dizzy100 02-14-2007 06:10 AM

**EDIT** sorry posted in the wrong mod :(

chevy0 02-14-2007 07:23 PM

does this work with lighttpd?

bosal 02-21-2007 08:52 PM

when it would be a version for vb 3.6.4 ?

egyptsons 02-22-2007 04:29 PM

Hi it dosen't work with right arabic language :(
see here
http://www.egyptsons.com/misr/

AMG021 03-03-2007 11:50 PM

Just installed and works great on 3.6.5 :D Thank you soo much

AMG021 03-06-2007 01:32 PM

OK im having problems now. everything works except getdaily posts and New Post

this is wat i get

The requested URL /search-getnew.html/ was not found on this server.

zeropaid 03-06-2007 03:15 PM

Just logged into my google webmaster account and i have over 100,000 404's using this, sweet!

AMG021 03-06-2007 07:39 PM

lol

giovannicosta 03-07-2007 07:26 PM

Great job Immortal, thanks :)

Prince 03-09-2007 01:29 PM

I am not trying to spam this thread, but I finally coughed up the $150 and got vSEO and it works perfectly! the install took 5 minutes and I had zero problems. the admin panel is very extensive.

I have yet to see the results, but it should be well worth the money. :)

AMG021 03-09-2007 03:45 PM

Can some please make this hack work? This is one of the best hacks out there. Please Make this hack work with 3.6.5

digitalpodcast 03-12-2007 05:19 AM

Works fine in 3.6.5. The instructions for turning it on by going into vBulletin Options should be added to the install instructions. Also the Rewrite Base /yourdir should be changed to RewriteBase /yourdir.

Great tool. Saved me from paying $149 for the mod.

You can check out URLs here http://www.digitalpodcast.com/forums/

Thanks.

body sculpter 03-13-2007 06:00 PM

Mine wont install itsays error or something

heres a link to the error

www.gwired.net

a1exus 03-15-2007 03:58 AM

i'm stuck on this step...

3) In forumdisplay, showthread, standard_error find:
$headinclude
Add before that:
<base href="$vboptions[bburl]/" />

where

#/home/user/vBulletin/upload> grep headinclude forumdisplay.php
#/home/user/vBulletin/upload> grep headinclude showthread.php
#/home/user/vBulletin/upload> grep headinclude standard_error*
grep: No match.
#/home/user/vBulletin/upload>

Xplorer4x4 03-15-2007 09:14 AM

Quote:

Originally Posted by a1exus (Post 1203874)
i'm stuck on this step...

3) In forumdisplay, showthread, standard_error find:
$headinclude
Add before that:
<base href="$vboptions[bburl]/" />

where


#/home/user/vBulletin/upload> grep headinclude forumdisplay.php
#/home/user/vBulletin/upload> grep headinclude showthread.php
#/home/user/vBulletin/upload> grep headinclude standard_error*
grep: No match.
#/home/user/vBulletin/upload>

Find $headinclude in those templates, not php files.

a1exus 03-15-2007 01:25 PM

whooops :o

it works now :rolleyes:

Bacteria1 03-22-2007 11:05 PM

Quote:

Originally Posted by AMG021 (Post 1197119)
OK im having problems now. everything works except getdaily posts and New Post

this is wat i get

The requested URL /search-getnew.html/ was not found on this server.

I have the same problem have you fix it ? if you you this its work search-getnew.html whit out the /

Maksa 03-26-2007 02:07 PM

will it work on Version 3.6.5?

dbirosel 03-28-2007 06:40 PM

i would also like to know if it works well with 3.6.5...

hawork 04-01-2007 04:34 PM

Quote:

Originally Posted by Bacteria1 (Post 1209974)
I have the same problem have you fix it ? if you you this its work search-getnew.html whit out the /

Same problem! Someone can help?

The mod works alright but not the new messages button, which gives a 404 error! :confused:

tomzx 04-02-2007 12:31 AM

A small problem in the .htaccess preventing people from reaching page 2 and further:

FIND
Quote:

RewriteRule ^(.*)/t-(.*)-(.*)-page(.*).html showthread.php?t=$3&page=$4&is_vrewrite=yes&%{QUER Y_STRING} [L]
CHANGE TO
Quote:

RewriteRule ^(.*)/t-(.*)-page(.*)-(.*).html showthread.php?t=$4&page=$3&is_vrewrite=yes&%{QUER Y_STRING} [L]

hawork 04-02-2007 05:56 PM

Hi tomzx

Do you know something about problems in getting into "New Messages" in Navbar?

Thanks. Cheers ;)

ringoflight 04-02-2007 08:24 PM

3.6.5 and working! I hope you have plans to develop this in the future for when newer vb releases arrive!

tomzx 04-03-2007 12:06 AM

Quote:

Originally Posted by hawork (Post 1218526)
Hi tomzx

Do you know something about problems in getting into "New Messages" in Navbar?

Thanks. Cheers ;)

Yes, those are generally fixed in the template.

for once

FIND (in header)
Quote:

$vboptions[bburl]/search.php?$session[sessionurl]do=getnew
REPLACE BY
Quote:

$vboptions[bburl]search.php?$session[sessionurl]do=getnew
Change the .htaccess rewrite rule

FIND (in .htaccess)
Quote:

RewriteRule ^search-([A-Za-z0-9\-]+).html/$ search.php?do=$1 [L]
REPLACE BY
Quote:

RewriteRule ^search-([A-Za-z0-9\-]+).html$ search.php?do=$1 [L]

FINALLY, in the global_complete (plugin section, go to Plugins & Products->Plugin Manager and click on the edit button beside global_complete)

FIND
Quote:

$output = str_replace("search.php?do=getnew","$myurl/search-getnew{$vbulletin->options['vRewrite_extension']}/",$output);
$output = str_replace("search.php?do=getdaily","$myurl/search-getdaily{$vbulletin->options['vRewrite_extension']}/",$output);
REPLACE BY
Quote:

$output = str_replace("search.php?do=getnew","$myurl/search-getnew{$vbulletin->options['vRewrite_extension']}",$output);
$output = str_replace("search.php?do=getdaily","$myurl/search-getdaily{$vbulletin->options['vRewrite_extension']}",$output);

hawork 04-03-2007 07:33 PM

It works now!!! Thanks!!! :up: :rolleyes:

NathanMc 04-05-2007 06:04 PM

I have a problem with my site all of a sudden, the main page works fine..but if you look at anything the mod rewrites the images do not show, and when I click on the head title image to go back to the home page I get a 404. I've tried changing the images path to relative, but that didn't seem to work, also..my main forum page is not index.php it's forums.php that is probably the main problem to the 404 error, but I don't know how to fix this. Could someone please help?

topten 04-06-2007 09:03 AM

The coders own board doesnt even use the rewrite. Thats should tell you everything.

trendarmy 04-10-2007 12:12 AM

This doesn't work for me. No errors or anything. Just uses the same URL's.

I edited all 3 templates it asked me to edit, i uploaded .htaccess to my root, and I uploaded the XML file as a product.

What gives?

tomzx 04-10-2007 02:24 AM

Quote:

Originally Posted by trendarmy (Post 1223702)
This doesn't work for me. No errors or anything. Just uses the same URL's.

I edited all 3 templates it asked me to edit, i uploaded .htaccess to my root, and I uploaded the XML file as a product.

What gives?

You have to go to your vBulletin Options->vRewrite and turn the system on ;)

trendarmy 04-10-2007 01:12 PM

:) it'd help if that was in the instructions file.

so many of these mod's are created without detailed instructions. it would have taken him an extra 3 seconds to write out the reply you did in his instructions. :(

trendarmy 04-10-2007 01:14 PM

how much does this slow my site down? because of the search engine gain i'm guessing it's a trade off.

mikey1090 04-17-2007 09:21 PM

you also need to add <base href="$vboptions[bburl]/" />
to the member template, otherwise images wont show


All times are GMT. The time now is 04:12 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.03062 seconds
  • Memory Usage 1,831KB
  • 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
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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