Spaces:
Sleeping
Sleeping
| # Disable Laravel routing for this directory | |
| RewriteEngine Off | |
| # Allow directory browsing (optional) | |
| Options +Indexes | |
| # Set index file | |
| DirectoryIndex index.html | |
| # Set MIME types | |
| AddType text/html .html | |
| AddType text/css .css | |
| AddType application/javascript .js | |