P
PI Guy
- Original Poster
- #1
Can someone translate this into english cause i appear to have canonisation (is that spelt right?) issues on my index page.Using htaccess to accomplish the 301 redirect is highly suggested due to it being fairly convenient to manage, rather than setting redirects on each individual page, you can simply add the redirect code to the .htaccess file.
Here is how to do it:Redirect 301 /old/old.html http://www.you.com/new.html
- Create a file on the root directory of your website, name it ".htaccess".
- Open the .htaccess file using notepad or what ever text editor that you prefer.
- Add this into the .htaccess file, save it and then upload it to your web server:
Or maybe the question should be is this the right way of sorting it out?