static files can't be read
hi builders
i have problem in my website
its
Failed to load resource: the server responded with a status of 404 (Not Found)
when i write
ls -lah /home/aeraeg/public_html/
i get this results
how i can solve this problem?
this is my setting:
""
this is my root
-
Hey there! It looks like you may have been able to get this partially resolved as I do see some content loading on the site when I checked just now (although I did remove the website link from your first post). Let us know if you're still seeing issues! 0 -
Hey there! It looks like you may have been able to get this partially resolved as I do see some content loading on the site when I checked just now (although I did remove the website link from your first post). Let us know if you're still seeing issues!
hi cPRex thanks for your reply this some of content loading but other is still not0 -
Always happy to reply :D If certain areas of the site are loading but others aren't, you may want to check the cPanel >> Errors page to see if there are any details there about permissions or bad file locations. 0 -
Always happy to reply :D If certain areas of the site are loading but others aren't, you may want to check the cPanel >> Errors page to see if there are any details there about permissions or bad file locations.
Hi cPEex i appologize for slow responding but it was my weekend the error is: App 8519 output: /home/aeraeg/.bash_profile: line 16: location: command not found this is my .bash_profile# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/.local/bin:$HOME/bin export PATH source /home/aeraeg/virtualenv/python/3.7/bin/activate location /static/ {/home/aeraeg/python/static}0 -
Thanks for the details. While that is certainly something that needs investigation, that wouldn't affect the behavior of the website not displaying properly, so it sounds like there may be two separate issues. One thing you could try is pulling up a static file directly in the browser. For example, if you have an image on the site you could visit yourdomain.com/images/image_name.jpg to make sure that works directly. If so, the issue is likely with the site's code. If not, the browser or logs should provider you with a helpful error message. 0 -
hi cPRex no all thing in place but static files can't be appear to catch it, ( notes i am on share host so i can't use nginx to solve thei problem so i use django for debug static files, its work correctly but i have this failure in this issue only. 0 -
Thanks for the additional details. If you're on a shared environment it would be best to reach out to the hosting provider to see if they can get you more details on this, as you wouldn't have enough access to do additional troubleshooting on the machine. 0 -
Hi cPRex i fiexed 99% of thei problem ( by add static root to url files) no i found final error here if(to==from){return(to);}if(weightedRange&&Math.random()<=weightStrength){ret=round(Math.random()*(weightedRange[1]-weightedRange[0])+weightedRange[0],decimalPlaces)}else{ret=round(Math.random()*(to-from)+from,decimalPlaces)}return(ret);}var particles(function(){particles=new ParticleEngine('projector');createjs.Ticker.addEventListener("tick",updateCanvas);window.addEventListener('resize',resizeCanvas,false);$('.login-fadein').fadeTo('slow',0.8);function updateCanvas(){particles.render();}function resizeCanvas(){particles.resize();}}()); 0 -
I'm glad you're making progress on this! That specific output looks like a code issue with the extra ( character in the line, but we aren't able to debug code on our side. If you open the file with a text editor it will often highlight the open and closing parenthesis and that may help you see where one may be missing. 0 -
hi cPRex its work now, but i have laste issue, that the passowrd and username can't be store in any browser its resutl can't be log in in allowed user are this is secureity problem? 0 -
I do see there is an SSL working on the domain. It seems you just need to set up redirection from http to https in order to get that working well. You can use the cPanel >> Domains page to force the https redirection to happen on the system. If you are using a tool like WordPress on the domain, you may want to use a plugin to ensure that the WordPress link structure works well with the https redirect. 0
Please sign in to leave a comment.
Comments
12 comments