View RSS Feed

Danny Bembibre (dbembibre) Crawlability Inc.

Pensamientos al azar acerca de vBSEO y www.bmwfaq.com

  1. Install memcached

    by , 12-05-2008 at 11:39 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    I adquire a new backend server for my forum, this is for database server.
    Is a Dell poweredge 1950 with 8GB of RAM and Dual Intel Xeon E5410 Dual Core $Mb cache.
    I only install MySQL 5.0.67 64Bits with Percona Patchs hig performance.

    In first place you need install libevent, you can compile by hand or install via YUM.

    Code:
    $ wget http://www.monkey.org/~provos/libevent-1.4.8-stable.tar.gz
    
    $ tar xzf libevent-1.4.8-stable.tar.gz
    ...
    Categories
    BMW FAQ Club , Server
  2. [How To] Cambiando Dominios: Directamente redireccionando desde el viejo al nuevo dominio con un htaccess

    by , 10-09-2008 at 11:14 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    Para propositos de SEO (esto es miles de páginas indexadas bajo un nombre de dominio que ya no contiene nuestro sitio actual) muchas veces es recomendable mantener el viejo nombre de dominio.

    Por tanto, si decides cambiarlo, necesitas hacer una redirección 301
    de tráfico desde el viejo dominio al nuevo dominio.

    Para llevarla a cabo simplemente necesitas editar o añadir un .htacces a la raíz de tu viejo dominio

    Code:
    Options +FollowSymLinks
    RewriteEngine
    ...
  3. [How To] 404 /301 Tool Utilizar en foros migrados a traves de ImpEx, despues de migrar

    by , 10-09-2008 at 11:12 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    Mert Original Post: http://www.vbseo.com/f2/404-301-tool...-forums-27498/

    Uno de las mayores ventajas que posée vBulletin es la herramienta ImpEx. ImpxEx permite importar de forma sencilla y rápida el contenido de tu foro anterior, lease, phpBB, IPB, SMF, etc, a vBulletin, permitiendote de forma sencilla tener tu foro vBulletin/vBSEO sin perder todos los post/usuarios del foro anterior que utilizabas.

    La parte mala de ImpEx reside en que ...
  4. [How To] Funciona el mod_rewrite ?

    by , 03-27-2008 at 05:00 AM (Danny Bembibre (dbembibre) Crawlability Inc.)
    Si sospechas que por algún motivo el mod_rewrite de tu sitio no funcona, sigue este método para comprobar rapidamente si está activo o no.

    Añade las seguientes líneas al principio de tu archivo .htaccess:

    Code:
    RewriteEngine On
    RewriteRule testpage\.html http://www.google.com [R]
    Ahora súbelo a tu server

    Una vez que el archivo .htaccess ha sido subido y actualizado introduce la siguiente dirección en tu server:

    Code:
     http://www.tudominio.com/testpage.html
    ...

    Updated 03-27-2008 at 05:16 AM by Danny Bembibre

    Categories
    vBSEO , vBSEO Spanish Translation , vBSEO 3.0.1
  5. Setup Sphinx search in vBulletin

    by , 11-16-2007 at 10:07 PM (Danny Bembibre (dbembibre) Crawlability Inc.)
    In order to try to have sphinx search working in my forums I follow the steps posted in this thread: http://www.vbulletin.org/forum/showp...postcount=3877


    Download the latest stable sphinx release and unpack it
    Code:
    $ wget http://www.sphinxsearch.com/downloads/sphinx-0.9.7.tar.gz
    
    $ tar xzf sphinx-0.9.7.tar.gz
    
    $ cd sphinx-0.9.7
    Configure Sphinx

    Code:
     ./configure --prefix=/usr
    ...
    Categories
    BMW FAQ Club
    Attached Thumbnails Attached Files
Page 1 of 4 1 2 3 4 LastLast