Install with php4

Feed 2 posts, 3 voices

Avatar
0 posts

My ISP only offers php4 :(

Any way of making it work?

 
Avatar
180 posts

Frog CMS only can work on PHP5.

 
Avatar
10 posts

you can try edit the .htaccess file, if you dont have it make one.

Put this in the .htacces file:(dont use the quotes”“)

“AddHandler x-httpd-php5 .php”

This will try execute php5 on files with .php extention. I use it myself and works good !!

Place the file inside the YourPublicFolder*/.htacces
or YourPublicFolder*/frog/.htaccess

  • this can be like: public_html/ or httpdocs/

cheers