404 - Page Not Found After / During Installation

Posted on 2024-06-19

If you are getting 404 or Page not found error during installation the following possible reasons could be behind it :

  1. Make sure that the .htaccess file is present in your Ramom School hosting directory. By default .htaccess files are hidden in cPanel, you can enable visible .(dot) hidden files from cpanel file manager setting option.
  2. URL Rewrite Mod is disabled in your hosting. Enable the Apache Rewrite Module on your Hosting.

The .htaccess should look like this:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
Installation on subdomain.
RewriteEngine On
RewriteBase /sub_foldername/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

Found this article helpful?

[ 1 Out of 5 Found Helpful ]

Still no luck? we can help!

Submit a ticket and we’ll get back to you as soon as possible.