Jump to content

pztup

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by pztup

  1. I'm Not Using a Radeon but if you can't load ati drivers you can get 3rd party drivers. I personally use Omega's Corner Nvidia Driver On Win2k3 Server Enterprise Edition. http://www.omegacorner.com/
  2. Apache 2 + PHP 4.3 + Mysql 4. To configure php with apache just add these lines to httpd.conf in your apache folder. http://httpd.apache.org http://www.php.net http://www.mysql.com #Start PHP LoadModule php4_module "Location of php4apache.dll(If you are using apache 1) or php4apache2.dll(if you are using apache 2)" <FilesMatch ".*.(php4|php)$"> ForceType application/x-httpd-php </FilesMatch> #End PHP
×
×
  • Create New...