Jump to content

Recommended Posts

Posted

Ok heres the error I'm getting

[sun Oct 07 06:27:56 2012] [error] [client (IP REMOVED)] File does not exist: /home1/fm1337/public_html/help/404.shtml, referer: firemaster1337.co.cc/help/status.swf now if you go to firemaster1337.co.cc/help/status.swf you will see it actually works now for me to be able to actually load the site I have to make it help.firemaster1337.co.cc/status.swf how can I fix this?

 

Hang on another error File does not exist: /home1/fm1337/public_html/help/crossdomain.xml

 

This is the code its trying to load http://pastebin.com/P6BPFF9x

 

After what seemed 20 minuetes banging my head against my keyboard I finally fixed it.

  • Like 1
Posted

If you post what the problem was and what you did to fix it, then it would greatly benefit anyone in the future who is experiencing a similar problem and finds this post through a search.

Posted

I did some research and came across this https://support.ookla.com/entries/21097566-what-is-crossdomain-xml-and-why-do-i-need-it

So I modifed this

<?xml version="1.0"?>

<cross-domain-policy>

<allow-access-from domain="*.mycompany.com" />

<allow-access-from domain="*.speedtest.net" />

</cross-domain-policy>

 

 

and changed it to

 

 

<?xml version="1.0"?>

<cross-domain-policy>

<allow-access-from domain="*.firemaster1337.co.cc" />

<allow-access-from domain="*.help.firemaster1337.co.cc" />

</cross-domain-policy>

and now it works

 

Problem was the site didn't want to allow the main site to access the swf so I had to add the crossdomain.xml file in the subdomain folder

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...