.htaccess and Redirect 301

Avatar
  • Answered
Shared Hostings - Linux platform - without cPanel or access to Apache rewrite - can .htaccess still be used and redirect 301?
Avatar
anonymous
Hello Art2015,

I would suggest trying to make a simple 301 redirect such as what is below to see if it works.

Redirect 301 /index.html /index.php

Best Regards,
TJ Edens
Avatar
anonymous
Hello Art2015,

As long as the module mod_rewrite is enabled server wide you should not have a problem making 301 redirects.

Best Regards,
TJ Edens