| bio | website | |
|---|---|---|
| location | Croatia | |
| age | 60 | |
| visits | member for | 10 months |
| seen | Mar 26 at 15:03 | |
| stats | profile views | 0 |
Web programer (PHP, MySql, Javascript, jQuery)
|
Jul 19 |
comment |
Removing indexed content from hosting internal subdomain Looks like I solved this issue with .htaccess:<pre>RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^(exact-subdomain-inside this bracket)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=410,L]</pre> |
|
Jul 19 |
comment |
Removing indexed content from hosting internal subdomain That's not our domain. The main domain is of our hosting provider. |
|
Jul 19 |
asked | Removing indexed content from hosting internal subdomain |