Paths

Learn about base and relative paths.

We'll cover the following...

Base path

Make sure that users are on the HTTPS version of your site whenever needed. This is done in Apache/Nginx configs using redirects. Alternatively, set the base path of your application to use your HTTPS URL: https://yourApp.com. Then, force a ...