vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - DC SEO vB URL Rewrite (https://vborg.vbsupport.ru/showthread.php?t=91324)

VaaKo 10-05-2005 06:46 PM

Quote:

It might be installed, but it could be configured incorrectly
how is this possible?

d3f 10-05-2005 06:49 PM

For those wanting to do this with lighthttpd simply add the following code to your lighttpd conf.

Of Coarse editing the top line to include your forums domain.

Code:

$HTTP["host"]=="your.forum.domain" {
  url.rewrite = (
    "^/f([0-9]+)-([A-Za-z0-9\-]+)\.html$" => "/forumdisplay.php?f=$1",
    "^/t([0-9]+)(((-p)([0-9]+))?)([A-Za-z0-9\-]+)\.html$" => "/showthread.php?t=$1&page=$5&pp=10"
  )
}


VaaKo 10-05-2005 07:11 PM

what's lighthttpd conf and where can I find it?
or you mean edit the htaccess file?

$HTTP["host"]=="your.forum.domain" << the domain name would be =="http://www.oneforum.org" ????

d3f 10-05-2005 10:07 PM

lighttpd is an alternative to the apache webserver.

You can find information about it on there website. http://www.lighttpd.net/

VaaKo 10-06-2005 08:44 AM

I donno on what kind of server am I on
but how can I resolve my problem?

Oreamnos 10-07-2005 02:25 PM

WOW! Awesome. Thank you! :D

Kila_Bite 10-08-2005 11:29 PM

Just out of curiosity, is there any way of applying mod_rewrite to your forum archive too?

oezer 10-09-2005 12:32 AM

same problem, vb 3.5.0, in my phpinfo. is mod_rewrite enabled on loaded modules.. plugins is installing fine.. but if i upp the .htaccess on my forums root directory...

error 403.. damn..
and now?

Bytecon 10-09-2005 04:19 PM

Installed, works wonders, thanks ;)

Bytecon 10-09-2005 04:27 PM

Dean,

Noticed a few things,

- It does not change the URLS on the "LAST POST" part to the right of each forum listing.

- URLS are not re writen in the subscribed threads area.

Just pointing that out, obviously you will consider adding stuff like that before you take it out of BETA?

Another question, is there a way to get it to work with my "Latest Threads" hack that displays on the main page.

Thanks,
Michael


All times are GMT. The time now is 03:20 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.01542 seconds
  • Memory Usage 1,734KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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