Cheap Web Space, Domain Name:
Web Space With E-Mail, PHP/MySQL.

How can I set-up a web redirect if I cannot access the web server configuration?

Question: 

Searching …

 

Unfortunately nothing found on "".

Premium support for Bitpalace web hosting customers only!

 from Antigua and Barbuda: +49 30 32 70 18 92, Fax (in Germany) +49 30 32 70 18 91

service@bitpalast.net 

Skype: bitpalast

One moment please … your browser is loading the page.

 

 

Symptom

When domain A is called, the browser should redirect to domain B. Normally such a website redirect is entered into the httpd.conf file. However, in shared hosting web space accounts this file cannot be accessed.

 

Solution

Select one of these three solutions:

  • a) Control web server with an .htaccess file
  • b) http-equiv redirect in an HTML page
  • c) Redirect by PHP

a) Control web server with an .htaccess file

You can control the web server with an .htaccess file. Simply create a file named ".htaccess" in the root directory of the website that you want to redirect to another website, e.g. in

/httpdocs
/second-domain.net
/third-domain.net

Enter commands into the .htaccess file that tell the web server what it ought to do.

Redirect a website to another website:
Redirect 301 / http://www.[target-domain].de

Redirect to a sub-directory:
Redirect /index.html http://www.[domain].com/directory

Redirect an old page to a new page:
Redirect /old-page.html http://www.[domain].com/directory/new-page.html

Change the filename extension, e.g. from .[from] to .[now]:
RedirectMatch 301 (.*)\.[from]$ http://www.[domain].com$1.[now]

Update the default page when a website loads, to display a different page from the default index.html, index.htm or index.php, when only a domain is entered into the browser:

DirectoryIndex [new-page].php

Redirect a www.[domain].com to [domain].com:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.[domain]\.com$ [NC]
RewriteRule ^(.*)$ http://[domain].com/$1 [L,R=301]


Redirect a [domain].com to www.[domain].com:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.[domain]\.com$ [NC]
RewriteRule ^(.*)$ http://www.[domain].com/$1 [L,R=301]


b) http-equiv redirect in an HTML page

Edit the page that should redirect to another address. If you want to redirect the homepage, this is normally index.php, index.htm or index.html. Between the ... tag add an http-equiv meta tag.

<meta http-equiv="refresh" content="0; url=http://www.[target-domain].com"/>

c) Redirect by PHP

Before any other output is send to the browser you can send an HTML-header to the browser that tells the browser to open a different URL:

header ('HTTP/1.1 301 Moved Permanently');
header("Location: http://www.[target-domain].com/[page].html");
header("Connection: close");
?>

 

Overview of frequently asked questions 

 

 

 


 

Additional Services

Starter Server: Affordable web server from  2.24 US$ () /month with PHP, database and many more 

Online Reservation System: Occupancy & vacancy schedule for any ressources (vehicles, sports facilities …) & guest houses, holiday apartments …  1.04 US$ () /month 

Software development: Development of database applications, programming and revision of computer programs & scripts  18.78 US$ () /hour 

 

FAQ – frequently asked questions 

 

Austria

Kenya

Guyana

Palau

Cuba

Lesotho

Argentina

Papua New Guinea

Paraguay

Cameroon

Australia

Germany

Bahamas

Dominican Republic

Barbados

Liberia

Belize

Bolivia

Peru

Uganda

India

Philippines

Malawi

Botswana

Chile

Malta

Costa Rica

Puerto Rico

Ireland

Marshall Islands

Rwanda

Saint Kitts and Nevis

Saint Vincent and the Grenadines

Saint Lucia

Mauritius

Zambia

Samoa

Jordan

Mexico

Switzerland

Dominican Republic

Madagascar

Seychelles

Micronesia, Federated States of

Kiribati

Ecuador

Namibia

Sierra Leone

Nauru

El Salvador

Singapore

Fiji

Gambia

Solomon Islands

Ghana

Spain

New Zealand

Sudan

Nicaragua

Swaziland

South Africa

Nigeria

Pakistan

Tanzania, United Republic of

Colombia

Grenada

Tonga

Trinidad and Tobago

Honduras

Tuvalu

Uruguay

Panama

Venezuela

United States

Jamaica

Canada

Guatemala

Guinea

United Kingdom

Zimbabwe

 

"Cheap Web Space": Affordable web space, cheap web server, low-cost webserver, low-price web servers: fast web server / small web server (cheap web space). Web server for private homepages / small website projects.

  from Antigua and Barbuda: +49 30 32 70 18 92 •  GmbH, Sensburger Allee 27, D-14055 Berlin (Germany)
Your purchase is tax-free, because you order from a non-EU country. © 2024  GmbH. All rights reserved. and the logo are registered trademarks of GmbH. For photo credits see imprint.

Imprint Privacy policy Sitemap