|
|
Http-redirect |
Aus Wiki.csoft.at
Meta-Refreshvi index.html <html>
<head>
<meta http-equiv="refresh" content="0;URL=http://www.csoft.at/">
<title>www.csoft.at</title>
</head>
<body>
<a href="http://www.csoft.at/">www.csoft.at</a>
</body>
</html>
mod_rewritevi httpd.conf RewriteEngine On RewriteRule ^/alte-seite.html$ http://www.csoft.at/ [L,R=301] service httpd restart .htaccessvi .htaccess RedirectPermanent /alte-seite.html http://www.csoft.at/ Apache-RedirectMacht eine Weiterleitung der Domain domain.xx zu http://www.domain.yy/directory1/file.html vi /etc/httpd/conf/conf.d/redirects.conf <VirtualHost 11.22.33.44:80> ServerAlias domain.xx www.domain.xx Redirect / http://www.domain.yy/directory1/file.html </VirtualHost> Siehe auch |

