Skip to content

ivan006/2024-05-wizweb-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a57389 · Jan 29, 2025
Oct 5, 2024
Jan 25, 2025
May 22, 2024
Jan 29, 2025
Jan 15, 2025
Jan 15, 2025
Nov 18, 2024

Repository files navigation

Take the free course here:

https://www.youtube.com/playlist?list=PLDjAbnn_RxMI6Tgr5r5aXJMrvsNND4F2p

Related libraries:

https://github.com/ivan006/2024-05-wizweb-be/tree/main

https://github.com/ivan006/2024-05-wizweb-fe/tree/quasar

Notes for student:

<ifModule mod_rewrite.c>
    RewriteEngine On

    # Force HTTPS
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    RewriteBase /
    RewriteRule ^index\.html$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.html [L]
</ifModule>

Read more

https://linktr.ee/aboutwizweb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published