Welcome Guest, Not a member yet? Register   Sign In
Nested routes not working
#5

(04-16-2021, 12:03 AM)ojmichael Wrote: All your assets look like they have relative paths, so they're loading via the wrong URL and getting 404. Wrap your CSS and JS files in site_url(); or set a <base href="https://yourdomain.com/> tag in your template.

yeah, thanks to everyone I fixed using:

PHP Code:
<link rel="stylesheet" type="text/css" href="<?= site_url('assets/template/vendor/tiny-slider/tiny-slider.css') ?>"
Reply


Messages In This Thread
Nested routes not working - by sfarzoso - 04-15-2021, 04:17 AM
RE: Nested routes not working - by iRedds - 04-15-2021, 06:15 PM
RE: Nested routes not working - by sfarzoso - 04-15-2021, 10:31 PM
RE: Nested routes not working - by ojmichael - 04-16-2021, 12:03 AM
RE: Nested routes not working - by sfarzoso - 04-16-2021, 01:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB