Search results

  1. J

    mod rewrite

    Does lsws support apache's mod_rewrite ?
  2. J

    rewrite rule problem

    I am using the following rules : RewriteRule ^([0-9]+)-([a-z]+)-([0-9]+)\.html$ http://subdomain\.maindomain\.com/process\.php?id=$1&ad=$3 [R=301,L] RewriteRule ^([0-9]+)-([a-z]+)-([0-9]+)-([0-9]+)\.html$ http://subdomain\.maindomain\.com/process\.php?id=$1&ad=$3&page=$4 [R=301,L]...
  3. J

    compile php

    Guys, please help me, I'm new here. I had a cPanel server with php 4 and php 5 (apache 2.2.9) . I purchased a new server, installed lsws. Now trying to get the same php modules as I had been using earlier. PHP 4 ----- bcmath calendar dbase exif ftp gd ttf libxml magic-quotes...
Top