PROBLEM Installation - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5) +--- Thread: PROBLEM Installation (/showthread.php?tid=6943) |
Installation - BBB - 2014-11-30 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. RE: Installation - shawn_a - 2014-12-01 could be mod_sec blocking something RE: Installation - BBB - 2014-12-02 (2014-12-01, 02:12:01)shawn_a Wrote: could be mod_sec blocking something At this Time mod_sec not installed ! RE: Installation - shawn_a - 2014-12-02 hmm, htaccess deny ? index.html exist ? htaccess rewrite in the wrong place, or bad rules host error logs showing the cause of the 403 ? RE: Installation - BBB - 2014-12-02 (2014-12-02, 08:52:57)shawn_a Wrote: hmm,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 ? RE: Installation - moped - 2014-12-02 You should check again recursive permissions in /var/www/html/gs/. At least read permission must be set. |