Create links for files in your public_html folder
Definitions
Your public_html folder is where your hosted website files are stored for internet access. You can create links for files in your website’s public_html folder.
Before you start
✅ Creating links for files in your public_html is useful for embedding images or graphics into your website content, making them accessible for your website visitors.
ℹ️ Typically, images are added to your website through your CMS (like WordPress). However, for HTML or custom apps, creating links from your public_html folder can be useful.
❌ You cannot create links for folders in your public_html.
Step by step
1. Open this guide and follow all the steps: Upload files to your public_html folder
⚠️ Note: Your file must be uploaded to the correct website public_html folder to work.
2. Once your file is uploaded, you can create links using the structure below.
- Example file name: website-meme.jpeg
- Example website name: infoceptor.com
- Example file link: https://infoceptor.com/website-meme.jpeg
⚠️ Note: The file name in your link must exactly match the file name in your public_html folder for it to work.
3. Once you’ve created your link, you embed it anywhere you’d like on your website content