Results 1 to 2 of 2

Thread: Urgent

  1. #1
    Join Date
    Feb 2004
    Posts
    455

    Default Urgent

    How compatible is Indexu 3.2 with PHP 5 or the latest version of MySQL. All my Indexu directory stop working all at once, it look like the Mod_rewrite is not working, it can not create new file in the cache directory or serve the ones which are there. In the same server Indexu 5.1.1 is working fine so I now that mod_rewrite is unable.
    BTW I am unble to access admin
    An other piece of information: The script can still create (in/cache/ index_.html, new_.html, etc but it would not create browse or detail pages. The script would not serve them (detail and browser) even if they exist in cache folder.
    Here the content of my .htaccess


    AddHandler application/x-httpd-php .htm .html
    RewriteEngine On

    RewriteRule ^browse-(.*)-(.*)-(.*).html browse.php?cat=$2&pg_which=$3
    RewriteRule ^detail-(.*)-(.*).html detail.php?id=$2
    RewriteRule ^new-(.*)-(.*).html new.php?st=date&dt=$2
    RewriteRule ^new-(.*)-(.*)-(.*).html new.php?st=cat&id=$2&dt=$3
    #RewriteRule ^new-(.*)-(.*).html new.php?st=cat&id=$1&dt=$2
    #RewriteRule ^new-(.*).html new.php?st=date&dt=$1
    My sites have been down for almost 4 days. HELP!!!!

    Help Suggestion are welcome
    Last edited by aladdin1; 06-08-2006 at 06:39 PM.

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    How compatible is Indexu 3.2 with PHP 5 or the latest version of MySQL
    v3.2 could not run in php5, switch back to php4

Similar Threads

  1. Urgent: session cookie
    By marengo in forum v5.x
    Replies: 4
    Last Post: 08-16-2004, 04:58 AM
  2. URGENT!!! Need Help Fast!
    By craven in forum v5.x
    Replies: 1
    Last Post: 07-04-2002, 12:17 AM
  3. Password lost - Very urgent!!!!!!
    By siggistar in forum v5.x
    Replies: 1
    Last Post: 04-27-2002, 10:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •