.htaccess file useful snippets

If you get 404 page not found error after installation.

In this case your server needs the RewriteBase option to be set. Open the .htaccess file in the main folder and add the following line to it:

The .htaccess should look like this:

If you have installed the application into a sub folder you need to add the sub folder name after the /
The .htaccess file should look like this in this case:

On Dreamhost you have to amend the .htaccess. If you get a “No Input File” error.

The htaccess file should look like this:

If you get “no input file specified” error on goDaddy web host

 you need to change the .htaccess as follows:

This error means that your servers PHP version is not 5.3 or higher. Contact your web host in order to update your PHP version to 5.3 or higher.

If you get a 500 Error after the installation try the following as .htaccess

If you get a 500 Error after the installation try the following as .htaccess

Another