.htaccess help -- I need to perform two 301 redirects

1 replies
  • WEB DESIGN
  • |
Hi,

For a website of mine, I want to perform two 301 redirects:

I'm really not familiar with how an htaccess file works (is it a text file?), so I would appreciate if someone could help me do this.

Thanks!
#301 #htaccess #perform #redirects
  • Profile picture of the author jaxspotmedia
    go to ftp and download the .htaccess file

    if you don't have .htaccess file then create one on your preferred text editor

    please make sure to name it .hataccess

    If you do have an existing htaccess file, when you open in your text editor, there may be already existing codes. DON'T DELETE IT the existing code (unless you know what you're doing, etc.) Just scroll down to the end to add the new online code .

    All you have to add in .htaccess file is below
    redirect 301 olddomain.com/index.html http://www.newdomain.com/index.html
    {{ DiscussionBoard.errors[2992424].message }}

Trending Topics