Urban75 Home About Offline BrixtonBuzz Contact

Wordpress template customisation

This is doing my head in!

I need to add one meta tag into the index.php page so that Google will verify it. Wordpress says I need to make the file writable before I can do that, but the FTP permissions (644) seem to say that I can already write to the file. I tried changing it to 744 and still nothing happened.

What do I need to do?
 
This is doing my head in!

I need to add one meta tag into the index.php page so that Google will verify it. Wordpress says I need to make the file writable before I can do that, but the FTP permissions (644) seem to say that I can already write to the file. I tried changing it to 744 and still nothing happened.

What do I need to do?

Try 764 which is owner do whatever it wants, group read and write and other just read.

edited to add: or actually 664 as I dont think execution is ever going to be required by owner. Either or should fix it.
 
.htaccess is all sorted (Apache config wasn't allowing overrides)
Fixed the file permissions too, as suggested the file needed to be group writable so that the web server could write to the file.
 
Back
Top Bottom