Thanks! Now I’m trying to work through it but have a couple of questions…sorry, I’m so new to this and a little bit nervous about playing with these files…but determined to do it :o)
- Edit [sub].domain.com to reflect your domain’s folder name and save.
So rename this to say, joeblow.com if that is my domain’s folder name, right? I don’t need to use the brackets?
- Upload as php526.sh
Upload into the root directory of my folder even if where I want the plugin to work is in a sub-folder like joeblow.com/blog ?
In shell:
$ chmod +x php526.sh
$ ./php526.sh
Have no idea how to do this. I understand that they are commands but although I have used the chmod function I have never used shell. Don’t even know where to go to find out how to enter the commands.
Add the following lines to your site’s .htaccess file:
AddHandler php-cgi .php
Action php-cgi /cgi-bin/php.cgi
Tried adding this to my .htaccess file without having done the shell thing and couldn’t access my site…removed it and all was fine again. So I guess I have to do the shell thing before doing the .htaccess thing, right?
Thanks so much for taking the time to help!