public folder |
Hi,
Is there a reason why it's public and not public_html? "Asking for a friend" ![]()
It can be what you want. I have it under a completely different name for my website. The host I use define the "public" folder as your domain name. So the content of the "public" folder is in /home/username/domain.com/ and the rest is in /home/username/another-folder-not-publicly-visible/
(05-19-2021, 03:55 PM)includebeer Wrote: It can be what you want. I have it under a completely different name for my website. The host I use define the "public" folder as your domain name. So the content of the "public" folder is in /home/username/domain.com/ and the rest is in /home/username/another-folder-not-publicly-visible/
The only thing is if you change the public to another name spark will not work you need to
edit the spark file and change the path to the new path for it to work. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
True, I forgot about that. You need to change this line in spark:
PHP Code: // Path to the front controller |
Welcome Guest, Not a member yet? Register Sign In |