beishe8
09-12-2012, 05:22 AM
I would like to test vB 5
Downloaded it and trying to install it.
Facing a message that php 5.2 is not sufficient I would need 5.3 for it.
My host told me that they have 5.3, I have to modify my .htaccess file for it.
I have never modified .htaccess file, please tell me how to do it,don't want to srew up the whole server.
We currently have 5.3.10 (or higher) installed on all servers. A handler for PHP 5.3 is added to our shared and reseller servers for those who wish to utilize it. In order to utilize this handler, you will need to add the following code to your .htaccess file:
# Use PHP 5.3
AddType application/x-httpd-php53 .php
Is it correct below or I have to use some special syntax for it:
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/username/php.ini
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
# Use PHP 5.3
AddType application/x-httpd-php53 .php
--------------- Added 1347442519 at 1347442519 ---------------
I took the risk, edited the file,it works.
Downloaded it and trying to install it.
Facing a message that php 5.2 is not sufficient I would need 5.3 for it.
My host told me that they have 5.3, I have to modify my .htaccess file for it.
I have never modified .htaccess file, please tell me how to do it,don't want to srew up the whole server.
We currently have 5.3.10 (or higher) installed on all servers. A handler for PHP 5.3 is added to our shared and reseller servers for those who wish to utilize it. In order to utilize this handler, you will need to add the following code to your .htaccess file:
# Use PHP 5.3
AddType application/x-httpd-php53 .php
Is it correct below or I have to use some special syntax for it:
<IfModule mod_suphp.c>
suPHP_ConfigPath /home/username/php.ini
<Files php.ini>
order allow,deny
deny from all
</Files>
</IfModule>
# Use PHP 5.3
AddType application/x-httpd-php53 .php
--------------- Added 1347442519 at 1347442519 ---------------
I took the risk, edited the file,it works.