======================================================== SERVICE PAGE CONTENT SWITCHER — SETUP INSTRUCTIONS ======================================================== WHAT THIS DOES -------------- Your "Service" page normally shows Service content. Whenever you want, you visit a secret link and the Service page instantly shows your PLANS content instead — and the URL still stays "service". Flip it back anytime. The change applies to ALL visitors and stays until you change it again. FILES IN THIS BUNDLE -------------------- service.php -> Your switchable Service page content-service.html -> Your NORMAL service content (edit this) content-plans.html -> Your PLANS content (edit this) switch.php -> The secret link you visit to switch active.txt -> Remembers your current choice (leave it alone) htaccess-OPTIONAL.txt -> Only needed if you want to keep the name service.html INSTRUCTIONS.txt -> This file SETUP (about 5 minutes, done once) ---------------------------------- 1. Log in to cPanel -> open "File Manager". 2. Go into the "public_html" folder. 3. Click "Upload" and upload these files: service.php content-service.html content-plans.html switch.php active.txt 4. Edit your content: - Right-click "content-service.html" -> Edit -> paste your real Service page content -> Save. - Right-click "content-plans.html" -> Edit -> paste your Plans content -> Save. 5. Set your secret password: - Right-click "switch.php" -> Edit. - Find this line near the top: $SECRET = "mysecret123"; - Change "mysecret123" to your own private word -> Save. 6. Point your menu's "Service" link to: service.php HOW TO SWITCH (this is the "button") ------------------------------------ Open these links in your browser (use YOUR secret word): Show PLANS content on the Service page: https://YOURSITE.com/switch.php?key=mysecret123&to=plans Go back to NORMAL Service content: https://YOURSITE.com/switch.php?key=mysecret123&to=default After visiting once, a page appears with two buttons: [ Show Plans content ] [ Show normal Service ] Just click them from then on. The change is instant. OPTIONAL: KEEP THE URL AS "service.html" ---------------------------------------- If your menu already links to service.html and you don't want to change it: 1. Rename "htaccess-OPTIONAL.txt" to exactly ".htaccess" 2. Upload it to public_html 3. Rename "service.php" to "service.html" Now everything works with the service.html name. (If the site shows an error after this, just delete the .htaccess file and use service.php instead — that always works.) IMPORTANT NOTES --------------- - Keep all files in the SAME folder. - Your other pages (Home, About Us, Plans, Contact Us) are NOT touched and keep working normally. - Your real Plans page still exists on its own. The Service page shows a COPY of plans content from content-plans.html, so if you update your plans, update content-plans.html too. ========================================================