Search code examples
apache.htaccessmod-rewritehttp-redirecthttp-status-code-301

301 Redirect, mod_rewrite disabled


if mod_rewrite disabled, is there any other way to redirect a domain to another one?

Using htaccess too or any other way.


Solution

  • To redirect the whole domain to another one use:

    Redirect 301 / http://newdomain.com/
    

    Edit: To redirect a specific subdirectory use:

    Redirect 301 /dir http://new.com/