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)

dutchbb 10-09-2005 04:39 PM

It doesn't always rewrite the thread or forum url, from what I can see only from clicking a thread in forumdisplay. Why is that?

WizardX 10-10-2005 01:23 PM

I have a rewrite engine from mambo CMS running on www.deep.fm , now i added my board @ www.deep.fm/forum but when i activate the SEO plugin + .htaccess in the forum directory it didnt work.

So I though I should add all (except rewriteengine on) into the root folder /.htaccess , this also didnt work out.

213.84.137.41 - - [10/Oct/2005:16:20:43 +0200] "GET /forum/f5-mededelingen.html HTTP/1.1" 404 18493 "http://www.deep.fm/forum/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)"

I see in my httpdlog that the link is being clicked but it doesnt rewrite that good apparently.

Thanks for anyone's support which might help.

OOH BTW I set the plugin to inactive , to avoid that people get errors. If someone wants to see it contact me trough msn vinajb (at) gmail (dot) com

hotrod1 10-10-2005 01:44 PM

Flawless, thanks!!!

WizardX 10-10-2005 02:08 PM

I found out that the rewritebase /forum , makes all stuff fixed ;)

My second question is: Isn't it better to do a proxied rewrite , because google seem to like proxied urls?

Lizard King 10-10-2005 02:41 PM

Is there a way to uninstall this plugin ? I tried to uninstall from olugin manager but couldn't find this on the list.

oezer 10-11-2005 08:50 AM

if someone has the same problem:
mod_rewrite is enabled -> you can see it on Maintenance -> View PHP Info

but get permanently error 403, take a look on your server on /etc/apache2/*_vhost.conf file, i used a rootserver with confixx3.0

Quote:

<Directory "/home/htdocs">
<Files ~ "^\.ht">
deny from all
</Files>
AllowOverride All # This one must set!
AllowOverride Indexes AuthConfig Limit FileInfo
Options None
Options +FollowSymLinks +Includes
</Directory>


<Directory "/home/htdocs/userdirectory/html">
AllowOverride All # this one
Options +FollowSymLinks +SymLinksIfOwnerMatch # and this one
<IfModule mod_access.c>
Allow from all
</IfModule>
</Directory>


and now it works fine ! :D

Lizard King 10-11-2005 04:48 PM

I am still waiting for a way to uninstall this Plugin.
Help will be appriciated.

WizardX 10-11-2005 08:38 PM

You can use in the plugin menu that you can up or download / remove plugins to work. Shouldn't be too hard to find..

Good luck

VaaKo 10-12-2005 09:13 AM

oezer, what do u mean by it has to be set?

oezer 10-12-2005 09:51 AM

sorry for my bad english.. :D
set means = write

here is orginalcode before i change the lines..

Quote:

<Directory "/home/htdocs">
<Files ~ "^\.ht">
deny from all
</Files>
AllowOverride None
AllowOverride Indexes AuthConfig Limit FileInfo
Options None
Options +FollowSymLinks +Includes
</Directory>


<Directory "/home/htdocs/userdirectory/html">
Options -FollowSymLinks -SymLinksIfOwnerMatch
<IfModule mod_access.c>
Allow from all
</IfModule>
</Directory>
i hope u see the different why mod_rewrite not works.. on my server mod_rewrite was enabled, but it doesn't work, and with this changes on /etc/apache2/confixx_vhost.conf it's works!

kind regards ;)


All times are GMT. The time now is 10:55 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.01456 seconds
  • Memory Usage 1,741KB
  • 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_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