CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2006
    Posts
    352

    Download index.php

    When my apache server crashed I went to my url and was offered to download index.php.

    I was shocked because insted of getting a file size of 0kb , what I did get was a full file size and I was able to read code from it!

    How do I fix that and why did that happened?
    Ipsens

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Download index.php

    Your server is not recognizing PHP as being installed.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Jan 2006
    Posts
    352

    Re: Download index.php

    Just one qusetion!

    how do I delete zend optimizer from FreeBSD?
    NOT a package so pkg_delete won't do the trick!

    Trust that will remove problems
    Ipsens

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: Download index.php

    I don't think that will solve your problem, but...

    Quote Originally Posted by http://www.zend.com/support/knowledgebase.php?kbid=89&view_only=1
    In order to uninstall the Optimizer, please follow these steps:

    1. Replace the php.ini file with the backed up copy (php.ini-zend_optimizer.bak).
    2. Delete the Optimizer installation directory.
    Important note: If you have other Zend products installed under the same directory,
    do not delete the installation directory. In this case, you should only change the php.ini
    file.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  5. #5
    Join Date
    Jan 2006
    Posts
    352

    Re: Download index.php

    Thanks I've already solved it.
    We got a same source.

    But real problem was couse I upgraded from MySQL 5.0.18 to 5.0.26 on Freebsd 6.1.

    I needed to manualy compile it both MySQL 5.0.18 and PHP 5.1.6

    Uf that was frustrting!

    It is much simpler and easier on windows!
    Ipsens

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured