Sponsored Content
Top Forums Web Development Removing VBSEO for vbulletin – Reverting back to vbulletin URLs Post 302868411 by TheSSDReview on Sunday 27th of October 2013 06:11:48 PM
Old 10-27-2013
NOT Working... ok here is my access file with the URL x'd out. I recently also moved the forums to googlepagesped which meant I had to go from basic url to www. as you will see here:

Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
RewriteBase /Forums/

RewriteEngine On 
RewriteCond %{HTTP_HOST} ^xxxxxxxxx.com 
RewriteRule (.*) http://xxx.xxxxxxxxxxxxx/Forums/$1 [R=301,L]

RewriteRule /Forums/(.*)/([0-9]+)\.htm /Forums/showthread.php?t=$2

Moderator's Comments:
Mod Comment Use Code Tags when pasting code in posts.


---------- Post updated at 06:11 PM ---------- Previous update was at 06:07 PM ----------

Thanks and...the problem is we were hacked bad... I went through 5 so called experts. One realized that the exploit came in through VBSEO so they simply deleted the plug in leaving me with the garbage to clean up.

Ya I know I am asking alot but just trying to learn. WE are very far ahead as it is as we regained thousands of google links back that were lost and our traffic dropped drastically. now i just am trying to clean things up... we had originally lost the entire user file...tens of thousands...but luckily got the threads back as guest posts.
 

We Also Found This Discussion For You

1. Post Here to Contact Site Administrators and Moderators

vbulletin addon for ads?

i'm wondering what vbulletin addon is used here to manage ads if the admin could let me know :) (1 Reply)
Discussion started by: disgust
1 Replies
LIGHTYENABLEMOD(1)					      General Commands Manual						LIGHTYENABLEMOD(1)

NAME
lighty-enable-mod, lighty-disable-mod - enable or disable configuration in lighttpd server SYNOPSIS
lighty-enable-mod [module] lighty-disable-mod [module] DESCRIPTION
This manual page documents briefly the lighty-enable-mod and lighty-disable-mod commands. lighty-enable-mod and lighty-disable-mod are programs that enable (and respectively disable) the specified configuration file within lighttpd configuration. Both programs can be run interactively or from command line. If either program is called without any arguments, an input prompt is dis- played to the user, where he might choose among available lighttpd modules. Immediate action is taken, if a module name was given on the command line. EXIT STATUS Both programs indicate failure in their exit status. lighty-enable-mod or lighty-disable-mod respectively may leave execution with one of the following exit codes: 0 denotes success 1 denotes a fatal error (e.g., a module could not be enabled, or a dependency was not found) 2 denotes a minor flaw (e.g., a module was not enabled because it was already loaded before) Note You can (un-) load several modules at time. The exit status will only reflect the most serious issue (where a minor flaw beats no error, but a fatal error beats a minor flaw). This means, if a minor flaw was encountered as well as a fatal error, the program will leave with exit status 1 and stop immediately. DEPENDENCIES
Debian allows lighttpd modules to formulate dependencies to other modules they depend on. Configuration files are scanned for dependencies upon load or unload of modules, not at runtime of the web server. Such a magic line has the following format: # -*- depends: module[, module] -*- and may appear anywhere in the file. If such a line is found, the extracted name is interpreted as dependency to another lighttpd module. lighty-enable-mod will seek available configurations to satisfy this dependency and will recursively enable all dependencies found on its way. lighty-disable-mod will disable reverse dependencies recursively. SEE ALSO
lighttpd(1) AUTHOR
Program and man pages were originally written by Krzysztof Krzyaniak <eloy@debian.org> and later modified by Arno Toll <debian@toell.net> 2006-01-11 LIGHTYENABLEMOD(1)
All times are GMT -4. The time now is 11:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy