Use FTP to set the folder permissions back to 755.
I have never used FTP for server. I am taking remote access of server. Please help in this regard, how can I fix this?
Yes,
It seems to be some file permission related issues. You have to remotely login to the server to change the file permission.
Regards,
PD
I just have set up FTP and checked file permissions, the folder has all Read,Write,Execute permissions enabled already
Please look into this,I have gave up on this… Trying since few hours but no luck..
@harshalsp
is this on a windows or apache server ?
Perhaps the best way would be to open a support ticket with your webhost.
Windows can be very painful when they start playing up.
Cheers
Ben
Can you kindly check your .htaccess file once located under home directory
That .htaccess would totally block everyone from seeing your site. It might causing 403
A normal .htaccess has this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I have checked all files, I mean all hidden files too. But there is not .htaccess file present.
In that case you have to wait for your hosting to reply or you may contact wordpress happiness team / any professional too.
Regards,
PD
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
contact wordpress happiness team
Who are these people by the way?
Hi Andrew,
You can contact them here
http://en.support.wordpress.com/help-support-options/
Please contact our Happiness Engineers via the “Contact Support” form.
Best regards,
PD
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
If the issue is regarding WordPress.com then yes you can contact them and their forums are there instead: http://forums.wordpress.com
your vps is configured to prevent users from viewing your site directories.
It is a good thing no need to worry.