This is a discussion on Php Help on apache2.* Its still not working within the Windows Web Servers forums, part of the Web Server and Related Forums category; Ok I've read the file here are all my code lines. httpd: #LoadModule php_module modules/libphp.so <Directory &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Ok I've read the file here are all my code lines.
httpd: #LoadModule php_module modules/libphp.so <Directory "C:/PHP/"> Options Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews AllowOverride All Order allow,deny Allow from all </Directory> AddType application/x-httpd-php .php Action application/x-httpd-php "/php/" php.ini: doc_root = c:\apache2\htdocs |
|
|||
|
http://4.28.134.147/phpbb2 is what I am trying to run
at the bottom of the page it reads: Apache/2.0.52 (Win32) PHP/5.0.3 DAV/2 Server at 4.28.134.147 Port 80 So the php is running everything is fine.. But it still not loading the phpbb2 |