Edit: Looks like this was DNS issue. Forget it...
My excursion with nginx has run in to a new difficulty.
So far we have redirected many sites that come with different domain names (.org .net .info etc.) to the main domain site by using ISPConfig's site/option page's handy apache form.
It seems though that if traffic is redirected to a nginx server this will stop working.
hmm... How to overcome the problem?
This is the type of code we have been using to do the redirecting...
Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^internet-palvelut.fi$ [NC]
RewriteRule ^(.*)$ http://www.internet-content.net/fi/$1 [L,R=301]
RewriteCond %{HTTP_HOST} !^www.internet-palvelut.fi$ [NC]
RewriteRule ^(.*)$ http://www.internet-content.net/fi/$1 [L,R=301]
|
Recent comments
15 hours 42 min ago
20 hours 47 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 17 hours ago
1 day 17 hours ago
1 day 22 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 6 hours ago