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

How do I customize error messages for my site?

Within control panel select Custom Error Pages. Select the error code link and place whatever...

Prevent CloudFlare from Loading a js or Script

Sometimes CloudFlare / Rocket Loader can have problems with a script and hose it up. To have...

How do I cancel my account?

We are sorry to hear you would like to cancel your account! If there is anything we can do,...

Is it possible to make a cron to backup my database at specific times?

Yes, this can be very useful for forum/message board sites with large databases. In your control...

Disable error_log via htaccess

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