Toggle navigation Home Store Browse All ----- Webhosting Domains Quotation (Webdesign Services) eMail Hosting SEO- Search Engine Optimisation GRAPHIC DESIGN Dedicated/ VPS Webhosting BULKSMS Mobi Applications Website Maintenance Register a New Domain Transfer Domains to Us Announcements Knowledgebase Network Status Affiliates Contact Us Account Login Register ----- Forgot Password? Categories 9 CGI Scripts 34 Databases 28 Dedicated Servers 1 DNS 15 Domains 5 eCommerce 79 eMails 27 FTP 1 General Issues 1 MX Records 1 Nameservers 28 Other 104 Scripting 254 Web Hosting Control Panel 9 Web Resources 8 Web Stats & Logs 11 Web Tools 8 Website Help and Diagnostics 4 Windows Hosting Categories CGI Scripts (9) Databases (34) Dedicated Servers (28) DNS (1) Domains (15) eCommerce (5) eMails (79) FTP (27) General Issues (1) MX Records (1) Nameservers (1) Other (28) Scripting (104) Web Hosting Control Panel (254) Web Resources (9) Web Stats & Logs (8) Web Tools (11) Website Help and Diagnostics (8) Windows Hosting (4) [HTM3.07] How do I redirect my site? To make a 301 redirect for a changed page, you need to add the following into a .htaccess file:redirect 301 /old page name your.domain.com/new page nameSo for example, if you wanted to redirect www.oldsite.com/smith.html to www.oldsite.com/jones.html, you would putredirect 301 /smith.html www.oldsite.com/jones.htmlTo prevent google being confused about your site (Is it http://yourdomain.com or http://www.your.domain.comJust add the following to a .htaccess fileRewriteEngine OnRewriteCond %{HTTP_HOST} ^mywebsite.co.ukRewriteRule (.*) http://www.mywebsite.co.uk/$1 [R=301,L]This will cause anyone who uses mywebsite.co.uk to be automatically redirected to www.mywebsite.co.uk . Was this answer helpful? Yes No Print this Article Also Read [HTM3.02] What is XML? XML is browser based, and it is not dependant on the type of server that you are running your... [HTM3.03] How can I change the file name extension of my index page? It is possible to name your default index page something other than index.html, index.cgi,... [HTM3.05] What is the list of Default Documents in order of priority? The list of default documents (pages which IIS will serve when only the sub directory is... [HTM3.04] What is the server path? The path to your website is partially determined by your domain name, but is in the following... [HTM3.01] Does Hosting cPanel support SSI (Server Side Includes)? Yes we do. SSI (Server Side Includes) are tags that are placed in HTML pages, and evaluated on... Support My Support Tickets Announcements Knowledgebase Downloads Network Status Open Ticket × Close Title Loading...