![]() |
How to redirect more domains in one folder via .htaccess
i wanted to redirect because all domains point to one directory and now every domain pints to its directory
where the main domain is other and here it is RewriteEngine On RewriteCond %{HTTP_HOST} ^domain2.com$ [OR] RewriteCond %{HTTP_HOST} ^www.domain2.com$ RewriteRule ^/?$ http://www.domain2/shkupi [R=301,L] |
How to do 301 redirects in Apache .htaccess, PHP,ASP
Apache Web Server .htaccess file Apache .htaccess files let you override the Web server configuration on a per-directory hierarchial basis, and are instrumental in the creation of proper 301 redirects. Single Page Redirect: Quote:
This solution will redirect any page requested via a non-www domain to the same URL with the www domain, and as such it can be placed in the DocumentRoot of your site and will be enforced globally: Quote:
Single Page Redirect: Quote:
Quote:
Single Page Redirect: Quote:
This code should be inserted into a global include file or any ASP script which is executed for every page on the site before the page output begins: Quote:
|
| All times are GMT +8. The time now is 10:49 PM. |
Powered by vBulletin Version 3.8.7
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.