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
Catalyst::Manual::Deployment::SharedHosting(3pm)	User Contributed Perl Documentation	  Catalyst::Manual::Deployment::SharedHosting(3pm)

NAME
Catalyst::Manual::Deployment::SharedHosting - Deploying Catalyst on Shared Hosting Catalyst on shared hosting So, you want to put your Catalyst application out there for the whole world to see, but you don't want to break the bank. There is an answer - if you can get shared hosting with FastCGI and a shell, you can install your Catalyst app in a local directory on your shared host. First, run perl -MCPAN -e shell and go through the standard CPAN configuration process. Then exit without installing anything. Next, download the latest local::lib package and follow its 'bootstrap' instructions to get it installed and the local configuration added to your "~/.bashrc". Now log out, then back in again (or run ". .bashrc" if you prefer). Now you can install the modules you need using CPAN as normal; they will be installed into your local directory, and Perl will pick them up. Finally, change into the root directory of your virtual host, and symlink your application's script directory: cd path/to/mydomain.com ln -s ~/lib/MyApp/script script And add the following lines to your .htaccess file (assuming the server is setup to handle .pl as fcgi - you may need to rename the script to myapp_fastcgi.fcgi and/or use a SetHandler directive): RewriteEngine On RewriteCond %{REQUEST_URI} !^/?script/myapp_fastcgi.pl RewriteRule ^(.*)$ script/myapp_fastcgi.pl/$1 [PT,L] Now "http://mydomain.com/" should now Just Work. Congratulations, now you can tell your friends about your new website. AUTHORS
Catalyst Contributors, see Catalyst.pm COPYRIGHT
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-01-20 Catalyst::Manual::Deployment::SharedHosting(3pm)
All times are GMT -4. The time now is 03:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy