Sunday, 15 July 2012

.htaccess changes for php4 version transferred to php5

.htaccess and from phpInfo I see that it's now using php5. Great!

AddHandler application/x-httpd-php5 .php
AddType application/x-httpd-php5 .php

No comments:

Post a Comment

Source base installation of php, mysql and apache in ubuntu/ linux

Compile and Install a LAMP(Linux/Apache/MySQL/PHP) Server from Source In the last post, I described the method to install a LAMP ser...