vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Custom SEO urls (mod_rewrite only) (https://vborg.vbsupport.ru/showthread.php?t=231568)

Carnage 11-06-2010 08:31 AM

Quote:

Originally Posted by mofeu (Post 2118476)
I have a greek site and for example I have the following link
http://www.mofeu.eu/forum/showthread.php?5911-Εμείς-πάντως-δεν-φεύγουμε-από-εδώ/page2

and I don't want to appear the text between the link . Can I use this mode?

Thanks in advance

You need to make sure that the default vbulletin seo urls work first. If they will, some of the code in the experimental folder will allow you to build your own url structure without the text in it if you wish, this will require some programming ability.

BarelyHangingOn 11-08-2010 11:02 PM

Does anybody by chance have a convert from the old Zoints SEO to use with this mod. I am losing all of my pages listed in Google. I don't have the brain power to figure it out.

Options +FollowSymlinks
RewriteEngine on
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]

webmastershome 11-11-2010 06:53 AM

You can use the below code to redirect to new url

RewriteRule ^([a-zA-Z0-9_-]+)-f([0-9]+)\.html$ forumdisplay.php?f=$2 [QSA,L]
RewriteRule ^([a-zA-Z0-9_-]+)-t([0-9]+)\.html$ showthread.php?t=$2 [QSA,L]

May be this will help you.

TheInsaneManiac 12-11-2010 03:44 AM

Why do my links look like:
/showthread.php?55-Rules-*Updated-As-Of-July-8th-2008*&p=302#post302

How do I get the whole showthread part out?

4.0.8

pizad_sura 01-12-2011 09:47 AM

is this mod support 4.1.1 ?

Carnage 01-14-2011 05:41 AM

Quote:

Why do my links look like:
/showthread.php?55-Rules-*Updated-As-Of-July-8th-2008*&p=302#post302

How do I get the whole showthread part out?

4.0.8
You need to enable friendly urls (specifically mod rewrite urls) in your vbulletin settings first before this mod will work.

Quote:

is this mod support 4.1.1 ?
I've not yet had time to test this mod fully with any version above 4.0.5 I think that changes in either 4.1.1 or in 4.1.2 may cause this mod to break; my advice would be to test thoroughly on a dev board prior to deploying it live.

mofeu 01-28-2011 10:56 PM

Quote:

Originally Posted by Carnage (Post 2118601)
You need to make sure that the default vbulletin seo urls work first. If they will, some of the code in the experimental folder will allow you to build your own url structure without the text in it if you wish, this will require some programming ability.

Thanks Carnage and how is tha possible?

Carnage 02-03-2011 05:50 AM

As I said, the code in the experimental folder should provide sufficient examples that you can build your own complex url schemes.

mofeu 02-03-2011 04:21 PM

Thank you,I made it

pitt34 02-13-2011 08:26 AM

Could you make it compatible with 4.1.1?


All times are GMT. The time now is 04:31 PM.

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.01294 seconds
  • Memory Usage 1,737KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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