• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How activate .php3 in Plesk 8.1 with Php 5.0.4?

S

spanish

Guest
Hello,

How activate .php3 in Plesk 8.1 with Php 5?

Thanks!
 
1.- # cd /etc/httpd/conf

2.- # vi httpd.conf

3.- # i

4.- Add "index.php3" to the line that begins with "DirectoryIndex"

5.- Add "AddType application/x-httpd-php .php3" below "AddType application/x-httpd-php .php"

6.- esc

7.- # :x

8.- # service httpd restart

Good Luck!

:) :) :)
:) :)
:)
 
Back
Top