NODE.JS, LAMP, HTML, JavaScript, CSS
NODE.JS, LAMP, HTML, JavaScript, CSS, PHP, MySQL
Showing posts with label
host
.
Show all posts
Showing posts with label
host
.
Show all posts
Monday, March 05, 2012
How to redirect to another host using .htaccess?
RewriteCond %{HTTP_HOST} ^(.*)fromhost\.com [NC]
RewriteCond %{REQUEST_URI} ^/$ [NC]
RewriteRule ^(.*)$ http://tohost.com/page [R=301,L]
Older Posts
Home
Subscribe to:
Posts (Atom)