GLaDOS Posted October 7, 2012 Posted October 7, 2012 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. 1
Tjoene Posted October 7, 2012 Posted October 7, 2012 The SWF file seems to load just fine for me, have you tried to clear your cache?
GLaDOS Posted October 7, 2012 Author Posted October 7, 2012 Tjoene I made some changes and I fixed it before your reply was made so yes its working now
Krydos Posted October 7, 2012 Posted October 7, 2012 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.
GLaDOS Posted October 7, 2012 Author Posted October 7, 2012 I did some research and came across this https://support.ookla.com/entries/21097566-what-is-crossdomain-xml-and-why-do-i-need-itSo 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now