403 Permission Error Fix
| | | |

Tech Tips: 403 Forbidden Error Fix: .htaccess file creation

If you are starting a new account you may need to create an .htaccess file in order to view your website:

403 forbidden Error will show up instead of your home page unless you have an .htaccess:

403 Error Fix

To fix go to “File Explorer” In Cpanel (or FTP) then enter the “public_html” folder and create(+File) or Edit the file: Name it: .htaccess

Add the content below to the .htaccess file starting with “# Begin WordPress” & ending with “# END WordPress

# BEGIN WordPress

RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress


Please see the official WordPress htaccess page for more options

Please let us know if you need any assistance.

Similar Posts

  • | | | |

    What is Zen Web Media?

    Zen Web Media was created in 2014 in San Diego, California to serve the needs of high-end Business Website Development & Hosting. Website Development: Website development involves designing, coding, and testing a website to ensure it meets the website owner’s or client’s requirements. It includes creating the layout, writing the code, adding content, and testing…

  • |

    Software Utilities

    Site Software List of website software installed by Cpanel Notifications of software updates available Blogs WordPress PHP/MySQL Blog System Optimize Website Optimize the performance of your website by tweaking the way Apache handles requests. Info: This setting changes mod_deflate usage by Apache only. Use the MultiPHP INI Editor interface to manage Zlib compression on PHP…

  • |

    Email Utilities

    Email Accounts This feature lets you create and manage email accounts. Want to learn more? Read our documentation. Email Account Forwarders Send a copy of any incoming email from one address to another. For example, forward joe@example.com to joseph@example.com so that you only have one inbox to check. For more information, read the documentation. Email…

  • |

    Preferences Utilities

    Password & Security Change your account password below. Password strength is important in web hosting; we strongly recommend using the Password Generator to create your password. Follow the tips below to keep your password safe. Note: If you change your password, you will end your current session. Change Language This function allows you to change…

  • |

    Security Utilities

    SSH (Secure Shell) is a program to log into another computer/server over a network securely. It provides strong authentication and secure communications over insecure channels. Your login, commands, text are all encrypted when using ssh. SSH Access SSH allows secure file transfer and remote logins over the internet. Your connection via SSH is encrypted allowing…