Shared Hosting for Everyone, imagined by developers, for developers.
Discovering the Public CloudGo to the Web > Sites > Add a site menu.
*.example.org
for catch-all),301
): for conventional use, redirects a visitor from an address A to an address B. Search engines will update their index with the new destination,302
): generally used during site maintenance. The search engines retain the original page in their index,For PHP sites, static files and custom Apache sites you can also use a .htaccess
file and the Redirect directive.
For Python WSGI, Ruby Rack and Ruby on Rails <= 2.x sites, you can also use the InternalRouting method and its router-redirect
plugin in the advanced site configuration.