Our web hosting plans are powered by cPanel using CloudLinux and LiteSpeed.
Our WordPress only packages have been designed and optimised around WordPress.
Revolutionise the way you control your websites with cPanel & WHM.
Grow your business with our powerful NVMe VPS reseller packages.
Super-fast, virtual private servers.
Fast, reliable and cheap Windows VPS
Work from anywhere with super-fast RDP server.
Optimised MT4 & MT5 VPS servers with pre installed terminals.
VPS Servers Located in London, UK.
VPS Servers Located in West Coast, USA
VPS Servers Located in Central USA
VPS Servers Located in East Coast, USA
Posted by admin on 2 November 2020
If a page on your website no longer exists and you want to redirect it to your new page or site, then you can use the .htaccess file for redirection without waiting.
Redirect from a page/directory to another domain or the main domain:
Redirect from a specific page to a domain:RewriteEngine onRedirect 301 /mypage.html http://example.com
Redirect from a page to another page:Redirect from a page/directory to another pageRedirect 301 /oldpage.html /newpage.html
Now, whenever you open the URL example.com/oldpage.html, it will automatically redirect you to example.com/newpage.html.