I need to add a site to trusted sites on all computers in my domain. I can do it with the "site to zone assignment list", however when I do, it locks trusted sites on the client computer "this setting is managed by your administrator".
What I need is a way to add the site, make it persistant, and not affects the users ability to add trusted sites of thier own.
Ok, here's a thread to discuss CM10.1 so we can leave development thread only for devs and bugs.
Official CM10.1 Development Thread
Bootloader Unlock : https://sites.google.com/site/projec...tloader-unlock
How to install : https://sites.google.com/site/projec.../howto-install
Downloads : https://sites.google.com/site/projec...nogen-mod-10-1
Hi everybody :-)
I have two OCZ-AGILITY3 60 GB SSD drives with ext4 file systems. I bought the second one a few weeks after the first one.
I'm on Ubuntu 12.10 (using xubuntu) and I'm trying to surf the web using my mobile phone (plugged to my laptop using a USB cable). For some reason I can only connect to google.com and other google sites (gmail, youtube, etc.), but I get a timeout when I try to connect to any other site.
I can ping any website just fine, I get the IP address and no package loss, etc.
I can go directly to the site doublewing.org or www. without issue, but if I click on the link in google or yahoo it redirects to spam sites. Swagbucks works though! This is not on a single computer this happens on systems isolated from each other(Try it, avast blocks it) . The site is runing joomla 1.5.25 . I deleted .htacces, put fresh index.php and index2.php files.
I have two separate physical sites, Site A and Site B. In site A, I have following:
2 CAS servers
2 Hub Transport servers
2 Mailbox servers
2 Edge servers
In site B, I have the following:
1 CAS
1 Hub
1 Mailbox
1 Edge
Currently everything is working out of site A. That is, all users are housed on mailboxes that are in site A and all inbound mail flow is pointing to site A.
I'm struggling with getting Virtual Hosts running on my local Lion development machine.
Here's the scenario.
Having a baffling time trying to troubleshoot an issue between 3 sites on a WAN set up via site-to-site VPN.
The sites are:
NY: 10.30.1.0 (HQ)
OH: 10.30.6.0
CT: 10.30.7.0
When I first started working on it, the OH and CT sites are able to communicate to NY with traffic going both ways, no problem.
After some troubleshooting on their Fortinet firewalls, I essentially added site-to-site
Let's imagine I want to see http://google.com every time user requests my site. I have switched on ARP proxy and added the following rule to the site:
<rule name="Reverse Proxy Test" stopProcessing="true">
<match url="(.*)" negate="false" />
<action type="Rewrite" url="http://google.com/" />
</rule>
But I still see my site real page instead of http://google.com.