GetSimple Support Forum

Full Version: Installation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
Unable to install on Centos 6.5

done everything as per installation docs but when I go to admin I get
403 forbidden you don't have permission to access ***/admin on this server.
Apache/2.2.15 (CentOS) Server at xxx.xxx.xxx.30 Port 80 so I have completely opened up all permissions with same problem,
turned off iptables, same problem.

written a quick phpinfo index which ran correctly and returned the required php info.

now running out of ideas so any help would be appreciated thanks.
could be mod_sec blocking something
(2014-12-01, 02:12:01)shawn_a Wrote: [ -> ]could be mod_sec blocking something

At this Time mod_sec not installed !
hmm,
htaccess deny ?
index.html exist ?
htaccess rewrite in the wrong place, or bad rules

host error logs showing the cause of the 403 ?
(2014-12-02, 08:52:57)shawn_a Wrote: [ -> ]hmm,
htaccess deny ?
index.html exist ?
htaccess rewrite in the wrong place, or bad rules

host error logs showing the cause of the 403 ?
got this in error log

PHP Fatal error: Unknown: Failed opening required '/var/www/html/gs/index.php' (include_path='.:/usr/share/pear:/usr/share/php') in Unknown on line 0

?
You should check again recursive permissions in /var/www/html/gs/.
At least read permission must be set.