Welcome Guest, Not a member yet? Register   Sign In
trying to install... error No direct script access allowed
#1

[eluser]Unknown[/eluser]
The directions seem simple enought, unzip and post to the server.<br>
I moved all the unzipped files:
index.php
\system
\user_guide

to sit on the root of my web server. (ubuntu).
/var/www/<i>servername</i>
So its
/var/www/<i>servername</i>/index.php
/var/www/<i>servername</i>/system/*
/var/www/<i>servername</i>/user_guide/*
<br><br>
I edited the /var/www/<i>servername</i>/system/appliaction/config/config.php<br>
to
$config['base_url'] = "http://<i>servername</i>";
<br><br>
in /var/www/<i>servername</i>/index.php I set $system_folder = "system";<br>
When I try and run the
http://<i>servername</i>/system/application/config/config.php <br><br>
the page says "No direct script access allowed" <br><br> those are the instructions... whats wrong?
#2

[eluser]danmontgomery[/eluser]
You should never be running ./application/config/config.php... You can't directly access any file inside the system/ or application/ directories. Once you've set the initial configuration variables, just open http://servername and you should see the default controller

http://ellislab.com/codeigniter/user-gui...index.html




Theme © iAndrew 2016 - Forum software by © MyBB