Issue loading site after changing permission.

mreccentric

Member
Messages
75
Reaction score
0
Points
6
I'm having issue loading the site and backend after i change read-write-execute at the file manager.
Kindly help.
 

Eric S

Administrator
Staff member
Messages
1,062
Reaction score
146
Points
63
I'm having issue loading the site and backend after i change read-write-execute at the file manager.
Kindly help.
I would recommend reverting the changes made and also review any .htaccess rules.
 

mreccentric

Member
Messages
75
Reaction score
0
Points
6
I did revert the change. But, it doesn't seem to work.
I haven't meddled with .htaccess folder at all.
 

mreccentric

Member
Messages
75
Reaction score
0
Points
6
Update:

Had a check from my side, .htaccess files seem to be unaltered. 404 error seems to be due to some other issue.
 

Eric S

Administrator
Staff member
Messages
1,062
Reaction score
146
Points
63
Update:

Had a check from my side, .htaccess files seem to be unaltered. 404 error seems to be due to some other issue.
Your site may not be loading because you are using 330% of your disk Disk Usage : 1.64 GB / 512 MB This is all coming from your database.
 

nehakakar

New Member
Messages
8
Reaction score
0
Points
1
reset permissions:
For files: chmod 644 filename
For directories: chmod 755 directoryname

Check the web server configuration to ensure that it can access the website's files
For example: chown -R username:groupname /path/to/website
The web server user Apache's www-data or nginx's www-data should have appropriate permissions to read and execute the files.
 

mreccentric

Member
Messages
75
Reaction score
0
Points
6
@Eric S Can you have a check now. I worked on removing unnecessary data from the account.
Yet the site is not loading on the browser.
 

ctyrd

Active Member
Messages
956
Reaction score
80
Points
28
  • How much disk space is being used?
  • rename .htaccess file
  • Use Direct Admin file manager to check system file/folder path. And empty trash if any.
  • https://ctyrd.org:2222/evo/
domain.com you'll have to add the dashes.
 
Last edited by a moderator:

mreccentric

Member
Messages
75
Reaction score
0
Points
6
Request you to kindle remove the main domain URL from the post.

It must be well within 500 MB (including the database), but the control panel shows more than that.
 

ctyrd

Active Member
Messages
956
Reaction score
80
Points
28
Request you to kindle remove the main domain URL from the post.

It must be well within 500 MB (including the database), but the control panel shows more than that.
If the disk has reached it resource limit it would go 403, not 404. It may still be an issue.
Have you renamed the hataccess file?
Create a quick html file in the public_html directory and see if you can reach it http.

Your domain name can be removed from posts. Not a privacy/security issue at this time.
 
Last edited:

mreccentric

Member
Messages
75
Reaction score
0
Points
6
Well, what name should i rename the .htaccess (the permission of which i had altered) file to?

I shall create another html file and check if it works.

Yeah, plz do delete the line when the issue is solved. TY.
 

ctyrd

Active Member
Messages
956
Reaction score
80
Points
28
You really are not being up front with your replies. Admin said "Your site may not be loading because you are using 330% of your disk Disk Usage : 1.64 GB / 512 MB This is all coming from your database."

You Said:
It must be well within 500 MB (including the database), but the control panel shows more than that.
You will have to delete better then 1 GiG of data, before the site starts working. You can request more disk space, but will the increase be enough for the site to work.
 

mreccentric

Member
Messages
75
Reaction score
0
Points
6
@ctyrd I deleted some of the data from the database. I think now, the size of disk usage+database is within 500 MB. Again, it was said that the database size can be anything, but what mattered was disk usage. But, now, both of it is within 500 MB i suppose.

What name should i rename the file htaccess to? Please let me know so that i can do it.
 
Top