LAMP (on CentOS 6) Wordpress access error.

Associate
Joined
10 Nov 2004
Posts
2,237
Location
Expat in Singapore
Hi,

I am trying to setup wordpress on CentOS 6 minimal install.

I have installed httpd, php, mysql, php-mysql etc and can get ot the Apache page.

I have then copied the unzipped files from the WordPress download to the /svr/www/[sitename]/public_html folder (as root).

I have then changed the the files to 644 and the directories to 755. The wp-config.php file has my DB details in it etc but when I navigate to wp-admin/install.php I get the dreaded
You don't have permission to access /wp-admin/install.php on this server.
Apache/2.2.15 (CentOS) Server at 192.168.1.26 Port 80
Searching around seem it is quite common but I have yet to find a thread where the problem has been resolved and the poster has said how.

Tips would be most welcome.

Thanks
RB
 
Thanks guys,

Seems that sorting SELinux then changed my admin files to 770 which I had to reset but it is all up and running now.

Cheers
RB
 
Last edited:
Back
Top Bottom