Enable AllowOverride

If you have an application that requires allowoverride enabled, create an .htaccess file and upload it to your root directory and include the following in it...

AllowOverride All
  • 773 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...

Adding HTML to Site Builder

When adding HTML code/source in site builders be sure you are in HTML mode. There is often a...

403 Error on POST

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

Convert PDF to HTML Service

To convert your PDF files to html try using the following converter tool from Adobe:...

Enable Mod Rewrite

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