Activity Stream
48,167 MEMBERS
6878 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Banned
    Website's:
    reversedgaming.com reversedhosting.com

    Default Lighttpd Rewrite Rules for vBSEO (Vbulletin)

    FIND


    $
    Code: 
    HTTP["host"] == "yourdomain.com" {
    server.document-root = "/path/to/your/public_html/"

    ADD BELOW

    Code: 
    url.rewrite-once = (
    "^/forums/(sitemap.*\.(xml|txt)(\.gz)?)$" => "/forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1",
    "^(/forums/(admincp|modcp|clientscript|cpstyles|images|customavatars)/.*)$" => "$1",
    "^(/favicon\.ico|/robots\.txt|.*clear\.gif)$" => "$1",
    "^/forums/(.+)\?(.*)$" => "/forums/vbseo.php?$2",
    "^/forums/(.+)$" => "/forums/vbseo.php"
    )
    }
    Important : Remember that mod_rewrite should be enabled in lighttpd before you can use this.
    Just remove the # before the mod_rewrite option in lighttpd.conf file under server.modules.
    CapoSicario Reviewed by CapoSicario on . Lighttpd Rewrite Rules for vBSEO (Vbulletin) FIND $HTTP == "yourdomain.com" { server.document-root = "/path/to/your/public_html/" ADD BELOW Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    Katzbb.com Foxmovie.co
    this has been include at vbseo package the rewrite rules all webserver


  4.     
    #3
    Member
    it works fine at least for the frontent, but with these settings it won?t load any css/images to me when i log into /vbseocp.php,

    any help would be nice!
    keep it simple stupid!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. how to setup lighttpd mod rewrite rule for vbseo
    By onel0ve in forum vBulletin
    Replies: 6
    Last Post: 14th Sep 2012, 04:46 PM
  2. [Need Help] vBSEO URL Rewrite
    By MWMaster in forum vBulletin
    Replies: 1
    Last Post: 2nd Jan 2012, 11:32 PM
  3. vBSEO Custom Rewrite help
    By Funny in forum vBulletin
    Replies: 2
    Last Post: 4th Dec 2011, 04:50 PM
  4. vbseo 3.5.2? lighttpd mod rules ?
    By onel0ve in forum vBulletin
    Replies: 4
    Last Post: 23rd Feb 2011, 06:01 PM

Tags for this Thread

BE SOCIAL