Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
web server installation
  • I have followed these steps to test this on our webserver.

    1. Uploaded public folder to our domain / testing sub folder.
    Contents are: assets / .htaccess / index.php

    2. Uploaded fuel folder outside of our public_html folder.
    Contents are: app / core / packages / .htaccess / LICENSE

    3. What am I supposed to edit on the index.php file ?

    Thanks
  • By default index.php looks for the app folder in "..", so one directory level up from where index.php is.
    It looks like your setup is standard, so I don't think there's a need to change anything?
  • Well, I tried to follow these instructions : http://fuelphp.com/docs/installation/instructions.html#manual

    and all I get is a forbidden message.

    Checked error log and got this -

    [Fri Jan 11 11:05:18 2013] [crit] [client xx.xx.xx.xx] (13)Permission denied: /home/myuser/public_html/mydomain/testing/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

    Permissions are = 644 on htaccess
  • the message is pretty clear, maybe it's a rights or ownership issue higher up in the folder structure?
  • I know that much....lol


Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion