Site not accessible when putting in 'www' into url

Recently been working on an iWeb site for business. When users put www.gemullanstudio.com, they cannot access the site, when they put in just gemullanstudio.com, no problems.
Also, PC users have trouble getting the site to load, mac users using firefox can't click on certain links.
Any ideas?

www.domainname.com and domainname.com are two different addresses.
Flash regards these as cross domains and consider it a risk and refuses to work.
This occurs when you use absolute urls (beginning with http://)
You may notice it when you add a flashfile to iWeb. It alerts you of this risk and you have the opportunity to allow it.
Make sure the flash (.swf) file and all the related files are in the same domain. Or use relative URLs : ../../ etc.
You can experiment with [a crossdomain.xml file|http://www.google.nl/search?q=crossdomain+file] to tell Flash which domains are safe :
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
<site-control permitted-cross-domain-policies="master-only" />
</cross-domain-policy>
Put it in the same folder as the .swf file.

Similar Messages

  • External screen doesn't go into standby when putting MacBook Pro into sleep

    I'm using a new MacBook Pro with an external monitor (DELL P2411H) through a Mini Displayport to DVI adapter.
    When putting the Macbook into sleepmode, the external screen goes into standby but immediately wakes up, then goes back into standby and wakes up ... this cycle doesn't stop. The only option is to manually push the powerbutton on the display.
    I'm having this issue too when using a MacBook Pro 13", so it's not a single issue.

    I got similar Problem, my external monitor will go to standby mode and then switch on immediately, and the go to sleep , and the monitor will show no signal detect

  • HT4623 I am trying to update my ipad from ios 4.3 but when connected to itunes I get an  error messagesaying that the internet is not accessible when it is. How do I resolve this?

    Hi
    I am trying to update my ipad from ios 4.3 but when connected to itunes I get an  error message saying that the internet is not accessible when it is. How do I resolve this?

    Disable your firewall and antivirus software, restart your iPad, quit iTunes, restart your computer and then try to update again.

  • It says not charging when it is plugged into my mac desktop

    My Ipad 2 says not charging when it is plugged into my computer and it does not show up on the side bar in the itunes app.

    It is possible that the USB port is not working properly as well. This support article might be of help.
    http://support.apple.com/kb/ts1591
    Sometimes all it takes is a restart - quit iTunes, restart your Mac and restart your iPad and see if that helps at all.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • TS2972 I can not access a purchased album from itunes on another shared home computer it will not let me put the album into my library

    I can not access a purchased album from itunes on anoter shared home computer
    It will not let me put the album into my library
    Has anyone any ideas

    Your phone connected, iTunes running: File>Transfer Purchases.

  • I have an iPod 2009, must be the 5th generation. How can influence the volume adjustments? It is a nightmare, even when putting the iPod into the docking station of the Bose wave system with the highest volume, it is low.

    I have an iPod 2009, must be the 5th generation. How can the volume adjustements can be influenced? It is a nightmare, even when putting the iPod into the dockingstation of a BOSE wavesystem, the volume cannot be raised. It is much too low. Has anybody had this problem and solved it?

    i guess you could put the aiport utility app on your iphone, click on the aiport express there, it will show you how many devices are connected to it and the mac addresses of those devices.

  • Touch ID in my iPhone six does not work when it's plugged  into the wall is anybody else having this problem?

    i've noticed a touch ID only works with my iPhone six is not plugged into the wall was soon as I plug it in it doesn't work anymore doesn't even register fingerprint.

    Charger60 wrote:
    i
    Touch ID in my iPhone six does not work when it's plugged  into the wall is anybody else having this problem?
    No. You are the only one. The way I know is that I don't have the problem, therefore no one else can have it.
    Seriously, no matter what problem you have, with a half billion iPhones in use, someone else will have the same or similar problem. So knowing that doesn't help solve it in the slightest. As it's new and still in warranty I would take it to an Apple store. Make a genius bar appointment first so you won't have a long wait.

  • I've just started using the App Tabs. I think this feature could be handy but why are the sites not updated when I start Firefox. Now I have to manually update the site which is somewhat of a downer. Does any of you know where I'm going wrong?

    I've just started using the App Tabs. I think this feature could be handy but why are the sites not updated when I start Firefox. Now I have to manually update the site which is somewhat of a downer. Does any of you know where I'm going wrong?

    To answer the post title FireFox save all downloads automatically in the download folder, which you can find in the Documents folder. If you want to choose where to save your downloads go to tools>options>check always ask me where to save files.
    Secondly, I am assuming you have IE 8 installed as this is the only version that supports this fix that is currently not in beta. Go to control panel>internet options>advanced tab and reset the settings at the bottom. This may or may not fix the problem but it is a good first step.

  • My phone will not sync when i plug it into my computer nor will my device option show up?

    my phone will not sync when i plug it into my computer nor will my device option show up?

    iOS version?  Computer OS version?  iTunes version?
    Define "device option."

  • I inherited an 2003 ipod from my daughter. The controls will not work when it is plugged into a power source. Can anyone help?

    I inherited a 2003 ipod from my daughter. The controls will not work when it is plugged into a power source. Can anyone help?

    But they work normally when not plugged in?  What kind of power source are you plugging it into? It maybe outputting more than what the iPod can handle.  I had this happen to an iPod I plugged into a powerstrip that was plugged into the cigarette lighter in a vehicle an experienced the same thing.
    B-rock

  • Site not accessible from the Load balanced web front end server - sharepoint 2010

    I have a production environment with 2 WFE's(sp-wfe1 & sp-wfe2), 2 APP's and 2 SQL clustered VM's.
    2 WFE's are load balanced using hardware load balancer.
    An A-Record(PORTAL) is created in DNS for the virtual IP of the load balancer which points to the 2 WFE's.
    A web application is created on the WFE's on port 80.
    alternative access mapping is configured and the load balanced record "http://PORTAL" is used under the default zone.
    Under IIS I have edited the bindings for the sharepoint site at port 80 and added the HOSTNAME as PORTAL.
    Result: The site is accessible from outside the server and works fine.
    ISSUE: The site is not accessible within the WFE's(sp-wfe1 & sp-wfe2).
    When I browse the site from the WFE's server it ask for the credentials and when I enter the credentials and click OK it ask the credentials again and again and in the end displays a blank page.
    Kindly help me in this issue because I am clueless and couldn't find anything helpful on the internet. 
    Regards,
    Mudassar
    MADDY-DEV Forum answers from Microsoft Forum

    Loop back check.
    http://www.harbar.net/archive/2009/07/02/disableloopbackcheck-amp-sharepoint-what-every-admin-and-developer-should-know.aspx

  • Pages Built from Template not working when put

    Hi,
    I am building a site with CS3 and running it to test it on
    onother site in a sub-directory - but, although the pages all work
    as expected when viewed locally, some are totally blank when put on
    the server - when I view the source they only contain;
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html;
    charset=windows-1252"></HEAD>
    <BODY></BODY></HTML>
    so its not like the page is not there - its just that all the
    content has been skipped. I have tried re-putting, deleteing from
    the server and reputting - all with no success. Several pages,
    built from the same template work great, but just a few are like
    this...
    I have searched the net and forum, but can't find a similar
    problem - any help would be very gratefully received

    OK - I think that I have a system or corruption
    problem - I just tried another full upload and now nothing is
    working... I'm switching to my laptop to see if the old Dell is the
    problem.

  • Why site database server for Central Admin site not accessible?

    Hello everyone,
    I've this issue where; when connecting a primary site to existing central administration site; setup prerequisite checker 
    continue to notify it cannot establish connection to SQL server having central administration site database. The SQL server 
    having central site database is installed locally on the server central administration site is hosted on. Both servers 
    (central administration site server, the new server to host child primary site required to join that central administration 
    site) having following configuration:
    A. Central Administration site server, with site database server installed locally: 
    Name:             HQCAS
    OS:                WS 2008 R2 SP1, fully patched.
    SQL Server:     SQL Server 2008 R2 with SP2. Correct required SQL server collation set supported by CM2012.
    SQL Server named instance: CASDB
    Local firewall ports opened: 1433, 4022  (via inbound rules created in group policy, same GPO applies to primary site 
    server)
    SQL Server broker service Enabled: True.
    TCP/IP: All dynamic ports left blank to support static port 1433.Static port 1433 configured for all IPs. 
    IP Address: 10.1.1.250/8
    Local SAM:      Both server computer accounts added to local 'Administrators' group on both servers.
    Domain service account: svcCASDB
    SPNs registered:        2x, one for HQCAS hostname on instance CASDB on port 1433, second for FQDN for HQCAS on instance 
    CASDB on port 1433.
    SQL Server Logins:   Security group containing both computer accounts for HQCAS & STPRS. Both account having sysadmin SQL 
    server role assigned.
    SQL Server browser service running.
    B. Primary site server, with SQL server installed locally: to join HQCAS CM2012 hierarchy:
    Name:             STPRS
    OS:        WS 2008 R2 SP1, fully patched.
    SQL Server: SQL Server 2008 R2 with SP2. Correct required SQL server collation set supported by CM2012.
    SQL Server named instance: CM12PRIMARY
    Local firewall ports opened: 1433, 4022  (via inbound rules created in group policy, same GPO applies to central 
    administration site server)
    SQL Server broker service Enabled: True.
    TCP/IP: All dynamic ports left blank to support static port 1433.Static port 1433 configured for all IPs. 
    IP Address: 172.168.1.250/16
    Local SAM:      Both server computer accounts added to local 'Administrators' group on both servers.
    Domain service account: svcCASDB
    SPNs registered:        2x, one for STPRS hostname on instance CM12PRIMARY on port 1433, second for FQDN for STPRS on 
    instance CM12PRIMARY on port 1433.
    SQL Server Logins:   Security group containing both computer accounts for HQCAS & STPRS. Both account having sysadmin SQL 
    server role assigned.
    SQL Server browser service running.
    Tests performed:
    Telnet to/from both HQCAS/STPRS on ports 1433, 4022 establishes connection. Please help
     

    Hello friends,
    My finding it finally is....there wasn't any configuration issue as I mentioned above.
    I'm using an evaluation edition of SQL Server 2008 R2; it just allows default instance (MSSQLSERVER) to be used, not a named instance. 
    The confirming test for this was...I re-installed SQL Server with all the same settings except changing from a named instance to default; once I finished applying service pack 3. I could initiate WSUS 3.0 SP2 x64 setup and point it to use this SQL server.
    WSUS setup completed without any errors. This was not happening when named instance was all configured properly. It was just not accessible from outside.
    Well this is what my finding is. For lab environment of CM2012 it suffices the need.
    Regards,
    Shahzad.

  • Pictures not showing when putting together a photobook - bar or book

    I am trying to make a photobook but half the pictures in my album are not showing in the photo bar. If I drag and drop them and then click on each photo book page they appear there - but when I zoom out they also seem to be missing in the book. It's really frustrating when putting together becuase I can't see what I'm trying to place and I'm not sure the book will print properly either. Can anyone help?

    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to rebuild the thumbnails. It can take 3 or 4 goes for this to work

  • My flash links are not working when it is www request

    Dear Friends,
    We have done one application for the mobiles..in that we have used flash xml menu. In my xml menu i have mentioned the urls with www. request.
    When its http://www.xyz.com menu links are not working.
    If its http://xyz.com  my menu links are working fine. Can you please suggest me once how can i achive this.

    How did you fix it?

Maybe you are looking for

  • Line item line no in ml11

    hi all, i developed a bdc for ml11 transaction.(multiple line items.) program is working fine line items are populating corresponding to line nunbers my data is populating in line no 9. but i want it to be in 10. is there any settings to do for that.

  • Why don't I see any presets in lightroom 4?

    I have a list of preset categories, but when I click there is nothing there.

  • [svn] 4673: Adding preview images to the theme directories.

    Revision: 4673 Author: [email protected] Date: 2009-01-26 12:46:51 -0800 (Mon, 26 Jan 2009) Log Message: Adding preview images to the theme directories. QE Notes: None Doc Notes: None Bugs: SDK-17735, SDK-16429 Reviewer: None Ticket Links: http://bug

  • Mac OS 10.3.9 wont share my internet connection with my XBOX

    First Of all I have been able to connect with 10.2.8, internet connection to the mac is working. My connection is like this. 2Wire modem connection through phone line, phone line to USB adapter, mac with internet sharing to XBOX through Ethernet. Dir

  • Seeking to a frame in a SWF

    Hi - [asked in another forum with no responses. Sorry if you see this twice] Advice appreciated from anyone. I'm using the Flash OCX with VB6 on XP. At times I'll need to load a local SWF and start it playing at a = particular position. All these SWF