by Desh
1 replies
Hi,

can anyone help me use 301 redirects htaccess code to redirect

http://domain.com/directory/index.html

to

http://domain.com/directory/


Any help is much appreciated.

Thanks
#301 #redirect
  • Profile picture of the author tmtechno
    RewriteEngine on
    RewriteCond %{ENV:REDIRECT_STATUS} ^$
    RewriteRule ^directory/index.html http://domain/directory/? [R=301,L]

    Put the htaccess under document root.
    {{ DiscussionBoard.errors[5546921].message }}

Trending Topics