VOTEMOTTA2028 /border/ SERVER FIX The screenshot showed LiteSpeed displaying "Index of /border/". That means the files exist, but the server is not loading index.html as the directory's default document. UPLOAD / EXTRACT THESE FILES DIRECTLY INTO: public_html/border/ Required contents: .htaccess index.php index.html styles.css app.js You may also keep README.md, but it is not required. IMPORTANT: 1. The files must be directly inside /border/, not inside another nested folder. 2. Do NOT browse to the ZIP file. Extract the ZIP. 3. Delete the old ZIP archives from /border/ after extraction; they are not needed online. 4. .htaccess is a hidden file. In cPanel/File Manager, enable "Show Hidden Files (dotfiles)" if you want to verify it exists. 5. After upload, visit: https://www.votemotta2028.com/border/ 6. Hard refresh with Ctrl+F5 if the old directory listing is cached. How this fix works: - .htaccess tells LiteSpeed/Apache to use index.php or index.html. - Options -Indexes prevents directory listings. - index.php is a fallback that serves index.html while keeping /border/ as the URL. If the host rejects .htaccess directives: - index.php alone will normally still fix the problem because LiteSpeed commonly recognizes index.php as a default file.