docs: Deployment to Shared Hosting Services |
The following section has been added in the in-progress User Guide.
https://codeigniter4.github.io/CodeIgnit...g-services Any comments, or Pull Requests to improve it are welcome. (02-21-2024, 06:01 PM)kenjis Wrote: The following section has been added in the in-progress User Guide. The instructions on this thread are still valid with 4.4.6? I dont see PHP Code: $pathsPath = FCPATH . '../example.com/app/Config/Paths.php';
@kenjis,
Just a note on this, I change the public to public_html in my development system while coding, If you do this you also need to edit the spark file and change public to public_html or spark will not work. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
@InsiteFX Why?
If you change the location of "app" folder, you need to edit the spark file. PHP Code: // Load our paths config file But there is no "public" in the spark file. https://github.com/codeigniter4/CodeIgni...elop/spark
spark file.
If I change public to public_html spark will not work, this is the only change I make is to public. -----------------------------------------------------------------------------| PHP Code: // Path to the front controller What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Oh, I overlooked the line! Yes, there is "public".
https://github.com/codeigniter4/CodeIgni.../spark#L53 |
Welcome Guest, Not a member yet? Register Sign In |