========================================
RBM FM Services Website – HOW TO DEPLOY
========================================

OPTION 1 – SINGLE FILE (EASIEST, fixes your 403 error)
--------------------------------------------------------
File: RBM_FM_Services_Website.html

1. Log into your hosting cPanel / File Manager
2. Navigate to public_html folder
3. DELETE any existing index.html
4. Upload: RBM_FM_Services_Website.html
5. RENAME it to: index.html
6. Done! Visit your domain.

NOTE about the logo:
- The single file uses "logo.jpeg" — upload your logo file
  alongside index.html with the name "logo.jpeg"
- OR open the HTML file in Notepad, find src="logo.jpeg"
  and replace with a full image URL like:
  https://your-domain.com/logo.jpeg


OPTION 2 – MULTI-FILE (for developers)
---------------------------------------
Files needed: index.html + styles.css + app.js + logo.jpeg

1. Upload ALL 4 files to public_html
2. Make sure they are all in the SAME folder
3. Rename logo image to logo.jpeg


FIXING 403 FORBIDDEN ERROR
----------------------------
If you get 403 after uploading:

1. In cPanel File Manager, right-click index.html
   → Click "Change Permissions"
   → Set to 644 (owner: read+write, others: read only)

2. Make sure you uploaded to public_html (not a subfolder)

3. Check if your host needs .htaccess — contact your
   hosting support if issue persists.


AFTER DEPLOYMENT
-----------------
- All WhatsApp buttons link to: +91 96528 23838
- Contact form sends enquiry directly to WhatsApp
- Images load from Unsplash CDN (internet required)
- To add your own photos, replace the Unsplash URLs
  in the HTML with your own image paths

========================================
