Install with php4
|
0 posts
|
My ISP only offers php4 :( Any way of making it work? |
|
180 posts
|
Frog CMS only can work on PHP5. |
|
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
cheers |