36 articles and counting
      
Articles listed under: Apache

Problems Running PHP with Apache

Upgraded PHP today and had all sorts of issues getting it to work with Apche again.
The main one being “Cannot load C:/php/php5apache2.dll into server”

download PHP 5.x from PHP.net you want this file: php-5.x.xx-Win32.zip (where x relates to the latest stable version number)
Extract the contents of this file and move the contents to where you intend [...]

READ FULL ARTICLE

Apache HTTPD – Permission Denied (403)

There may be several reasons why you get a 403 error when trying to access an application running on Apache.

The user that the client is running under does not have the required permission on the folders/files of the application
No default document is declared for when a user tries to request a directory eg. http://local.wordpress/
Directory Browsing [...]

READ FULL ARTICLE