JP Joom2Static - Manual Files and Protected Sites
Article Index
- JP Joom2Static
- Why use JP Joom2Static?
- What's New in JP Joom2Static
- Installation
- General Configuration
- Menu and Asset Configuration
- Image Optimization
- .htaccess Settings
- Manual Files and Protected Sites
- Webhooks and REST API
- Deployment
- FTP Deployment
- Netlify Deployment
- AWS S3 Deployment
- GitHub Pages Deployment
- Generate Static HTML
- Configuration Parameter Reference
- Security Recommendations
- Conclusion
- All Pages
Page 9 of 19
Manual Image Inclusion
Include Files
Parameter: add_files
Some images or other files may be referenced dynamically by JavaScript and may therefore not be automatically discovered during normal page generation.
Add the required file paths manually to ensure they are included in the generated static website.
.htaccess Lock Details
If the source Joomla website is protected using HTTP authentication through .htaccess, JP Joom2Static can use authentication credentials while reading frontend pages.
Site HTACCESS Lock Enabled
Parameter: htaccess_lock
Available values:
- No
- Yes
HTACCESS Username
Parameter: htaccess_user
Enter the username required to access the protected Joomla frontend.
HTACCESS Password
Parameter: htaccess_pass
Enter the corresponding password.