![]() |
1-
class App extends BaseConfig { /** * -------------------------------------------------------------------------- * Base Site URL * -------------------------------------------------------------------------- * * URL to your CodeIgniter root. Typically, this will be your base URL, * WITH a trailing slash: * * E.g., http://example.com/ */ public $baseURL = 'https://meu.meusite.com.br/'; In this line, if I kept the "string" an error appears in the editor "unexpected T_string , so I removed it. I tested with and without the "string" 2- and in my subdomain host configuration : meu.meusite.com.br/public When I look at the page source code and click on the address for the .css file this message appears. I opened another browser(EDGE) and the error persists. Can't find a route for 'get: public/dist/css/adminlte.min.css'. |
Messages In This Thread |
Can't get rid of routing to "public" - by Tbronson - 03-15-2023, 10:12 AM
RE: Can't get rid of routing to "public" - by kenjis - 03-15-2023, 09:48 PM
RE: Can't get rid of routing to "public" - by dgvirtual - 05-11-2023, 02:24 PM
RE: Can't get rid of routing to "public" - by JanFromHamburg - 05-24-2023, 07:02 AM
RE: Can't get rid of routing to "public" - by InsiteFX - 05-25-2023, 11:21 PM
RE: Can't get rid of routing to "public" - by RRIOS - 08-10-2024, 01:49 PM
RE: Can't get rid of routing to "public" - by ozornick - 08-10-2024, 09:49 PM
RE: Can't get rid of routing to "public" - by RRIOS - 08-11-2024, 07:39 AM
RE: Can't get rid of routing to "public" - by kenjis - 08-11-2024, 04:48 PM
RE: Can't get rid of routing to "public" - by RRIOS - 08-11-2024, 05:34 PM
|