0

in my public folder is called "public_html", so I wonder how can I configurate fuel to use the "public_html" instead of the "public"

Thanks!

Artur Couto
  • 498
  • 1
  • 6
  • 19

3 Answers3

1

You just need to rename the public folder to public_html.

Wouter J
  • 41,455
  • 15
  • 107
  • 112
Artur Couto
  • 498
  • 1
  • 6
  • 19
1

You don't need to do anything special, just rename the public folder to public_html.

The contents of the public folder include the remaining components of the framework, not the other way around.

Thiago Silveira
  • 5,033
  • 4
  • 26
  • 29
1

Is your webservers docroot pointed to public_html ?

Fuel isn't doing anything special with the public directory it's just where the initial http request is picked up.

Brian
  • 4,328
  • 13
  • 58
  • 103