Somethings wrong with your permission setting.
Login to your server via SSH. You can login using your terminal. I’ve created a blog about how to connect to your server via SSH if you’re using windows.
Run the following commands:
chown www-data:www-data -R * # Let Apache be owner
find . -type d -exec chmod 755 {} \; # Change directory permissions rwxr-xr-x
find . -type f -exec chmod 644 {} \; # Change file permissions rw-r--r--
Hope this helps.
-Dave
Related Posts:
- WordPress returning 404 for multisite pages
- How to get URL of current page displayed?
- Disable Attachment Pages Completely
- How to run multiple Async HTTP requests in WordPress?
- WP CLI info showing correct PHP binary but wrong version of PHP
- Does the debug.log do log rotation?
- how to get permalink structure with php
- How to Remove Parents Category Permalink from Posts
- POSTS list in WordPress by views
- add_rewrite_rule with bottom priority doesn’t handle the WordPress pages
- apache cpu over 70% on localhost
- Put a link to a category round a hard coded A HREF
- login wp impossible
- How is WordPress manipulating the posts like there are folders?
- #1062 – Duplicate entry ‘1’ for key ‘PRIMARY’
- wordpress upgrade has broken my permalinks
- Memory errors with media upload, WordPress can’t use more than 96M (while there’s 512 available!)
- Do changes to WordPress permalink custom structure affect old urls?
- WordPress (3.9.1) MultiSite Permissions. Is chown the answer?
- WordPress custom slug (endpoint) and compare all links
- Is XAMPP faster than running LAMP in WSL on Windows 10? [closed]
- Add prefix to link url
- php script to change slug in post automatically
- Changes in permalink structure in WordPress and how to apply to in-site links
- WordPress every page is 404 not found including admin resources
- WordPress admin dashboard missing icons
- How to use $_GET function WordPress backend
- how to combine wordpress htaccess on my root domain + php on subfolder
- How to disable server signature on wordpress? [closed]
- Posting and image insertion problems after EasyApache4 and PHP 7 upgrade
- Trouble Installing WordPress Get PHP Not Running Answer
- How to get post permalink url without a href
- How does WP work in conjunction with a web server?
- stripping tags from excerpt in WordPress is not working
- Change product_base programmatically
- Divi change project category slug
- Live to Local on MAMP, not working, outputting functions.php code
- Custom post type permalinks do not appear using the link functions
- How to Handle Going Backwards in Navigation When Referrer in PHP/JavaScript won’t work?
- Remove slugs from custom posts type
- .html end of URl affected to SEO?
- Search only working on front page (index) , not working on other pages
- Creating a Category Taxonomy
- phpMyAdmin error #1062 – Duplicate entry ‘1’ for key ‘PRIMARY’
- Plugin can’t write to database even though permissions appear correct?
- How to track who has deleted files
- Insert PHP code in Text
- Permalinks: site.com/post-tite vs site.com/post-id/post-title for SEO and Speed
- WordPress permalink issue
- Problem with data collection in tables
- Change permalink structure specific category
- understand what code is doing when prepending /blog
- Custom URL for multiple categories hierarchy
- WordPress redirects to localhost
- 404 on old link after changing post url
- Error establishing a database connection (Set-up locally)
- url not using query string no longer working
- Unable to insert two value in two different columns (WordPress database)
- why not selecting multiple rows of same standard_id using SQL query from database?
- Permalink doesn’t navigate to post (changes only url)
- Can I disable auto increment of WordPress Posts Database to utilize previously deleted records?
- WordPress PHP version
- Permalink changes after several minutes after saving post
- How to edit button permalink inside function.php using a child theme?
- WordPress generates weird permalinks
- Windows Setup: Error establishing a database connection
- How do I stop my form from adding code to current page URL instead of re-directing. Been stuck for days
- Huge time to first byte on live site
- image on homepage disappeared due to change of permalink name
- Custom content using in_category
- What is the proper way to call a function (from functions.php) on a link click?
- How do I generate formatted permalinks as specified in backend options?
- Changing WordPress author name in database
- Strange special character/Latin characters
- Permalinks and custom PHP application
- How to solve 404 permalink errors on nginx server
- Some links broken after updating WordPress version
- add_rewrite_rule questions
- Would it be possible to route WordPress Through an MVC Application
- Not logged in when using http
- Newly published content gives 404 on wordpress
- set new link as permalink
- echo variable containing html and the_permalink();
- Blog only showing code
- append links with unique number string
- get_permalink returning first letter
- custom data in url
- WordPress Memory limit not increasing
- PHP code for link with text
- how to put shortcode to the top of the page – theme 2014
- How to avoid timeout waiting for output from CGI script?
- How can I prevent wordpress from sending emails
- Add any username as link prefix and show data from that specific user’s profile on wordpress pages – with no login required
- how to goto specific page number including title with permalink
- How to extract URLs from wordpress taxonomies
- WordPress 6.1.1 UTF8 Slug Limit Increase
- why css file not link?how to create permalink?
- How to run site locally after downloading database
- Importing data from excel sheet on webpage rather than from within phpMyAdmin
- Restricting access to a file for everyone except logged in users