Enable Mod Rewrite

Create an .htaccess file with the following contents and upload it to your public_html directory.

RewriteEngine On


  • 152 Users Found This Useful

Was this answer helpful?

Related Articles

Disable error_log via htaccess

Prevent public display of PHP errors via htaccess# supress php errorsphp_flag...

What is this Code 304 appearing in my stats?

304 is typically sent as a header if a visitor re-requests a document and the document has not...

Error 404 - File Not Found

Files are case sensitive. Make sure you are typing the address in correctly. Verify that the...

How can I change the default page / document?

Create a .htaccess file, include the below information into it and upload it to the public_html...

403 Error on POST

This can occur for several reasons: Be sure your file permissions are correct. If the file needs...