Search results

  1. butikibuster77

    PHP & MySQL Problems

    I think the created php sessions here are now easily expired without reaching the time it is meant/expected to expire. My script before the update (before 500 internal server error and page unavailable occurred) works fine but then after that my script went on havoc. It is meant to expire for...
  2. butikibuster77

    PHP Session Server Problem

    Still no reply. Hope you'll fix it asap. Thanks..
  3. butikibuster77

    PHP Session Server Problem

    I think the created php sessions here are now easily expired without reaching the time it is meant/expected to expire. My script before the update (before 500 internal server error and page unavailable occurred) works fine but then after that my script went on havoc. It is meant to expire for...
  4. butikibuster77

    Stoli: Randomly Error 500 Appearing

    It's still the same, the Error 500 is still randomly appearing. The latest is 8:13 PM ( GMT +8 ).
  5. butikibuster77

    Stoli: Randomly Error 500 Appearing

    Here is the screenshot. GMT +8 Please fix it.
  6. butikibuster77

    Stoli: Error 500 (Internal Server Error)

    Sometimes the site that I have throws (randomly) the Error 500 (5 to 10 minutes). Can you fix it?
  7. butikibuster77

    Stoli: .htaccess Problem

    The first one is this: RewriteEngine on RewriteRule ^~dollars$ index.php [L] RewriteRule ^~login$ login.php [L] The other one: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([a-z0-9_]+)/*$ index.php?controller=$1&%{QUERY_STRING} [L]...
  8. butikibuster77

    Stoli: .htaccess Problem

    Rewrite Mode is not working on my site, though the last time it was working fine before the server upgrades. It throws a 404 not found error page like index.php is missing (http://mushoku.tk/~dollars), so in the mean time I've turned off the rewrite mode. Also some of the php file that I have...
Top