403 Error. Forbidden while try to login WordPress admin - wordpress

I am facing 403 Forbidden error while try to login into Wp-admin. Tried 4 steps already. 1)Change file and folder permission 2)change Plugin folder name 3)delete and upload .htacsses file.
still facing same error.

Related

Installing WordPress into a sub-directory of WordPress site?

I installed WordPress within a WordPress website itself without any error. But now when I'm editing any page it is showing error Failed to load resource: the server responded with a status of 503 () or net:ERR_ABORTED 503 for page builder assets.
Any suggestions for this error?

Cant access specific page in wp-admin wordpress

I have moved a website from one hosting server to another, webpage works with no problem but when i access wp-admin / edit page a receive an error.
I have already tried to add some code in comments but then another error appears. All errors coming are in same mode, cant find function or file.
class 'WP_Privacy_Policy_Content' not found in /var/www/vhosts/perisweb.gr/lg-insurance.gr/wp-includes/class-wp-hook.php on line 286, referer: https://www.xxx.gr/wp-admin/post-new.php?post_type=page
PHP Fatal error: Call to undefined function wp_reset_vars() in /var/www/vhosts/perisweb.gr/lg-insurance.gr/wp-admin/themes.php on line 133, referer: https://www.xxx.gr/wp-admin/post-new.php?post_type=page
You need to re-upload wp-includes and wp-admin folders and try again or you can upload fresh wp-includes and wp-admin folders.

I get a 404 NOT FOUND error when trying to use a ngrok server

I'm currently using webstorm to program my webpage and when I open it through Google chrome and host it locally, the url the browser uses is
http://localhost:63342/assignment2/statichtmlpage-edit.html?_ijt=nqejipcmjnaun1b1416leu6a2i
When I open Terminal in order to host it on ngrok, I type in ./ngrok http 63342
and then a window opens with the ngrok url that I can use
but when I go to that URL (http://4038e733.ngrok.io) all I get is a 404 NOT FOUND error.
I'm not sure why this is happening, any help would be appreciated
Access your page with the full URL:
http://4038e733.ngrok.io/assignment2/statichtmlpage-edit.html?_ijt=nqejipcmjnaun1b1416leu6a2i
Add your path to web (.html) files after the http://4038e733.ngrok.io/ page.
You were hosting from the root directory http://localhost:63342/, but forgot to point to a file. So as expected, the error:
GET / 404 Not Found
Is saying there is no file at the root directory.
I'd imagine the fix for most users is to append /index.html to the end of their ngrok link:
http://ngrok.io/ ... /index.html

Downloading a file from the server using Symfony 3

I'm having error 404 when I try to get a file from the server. The folder I have is inside the folder / web /, but when I click on the link https: // my_site_name / web / my_folder_file, error 404 appears. What am I doing wrong?

Moving Wordpress website to another server

A friend of mine asked me to move wordpress website from development server to production. I've copied all the files, backed up and restored database. After that I'd changed sitename and home values in database (_options table) to new domain and it started. Though only home page is working fine. When I navigate to any other page it gives me 500 error. In error_log I got following errors:
1423021301: /home1/crankst1/public_html/fish-dev-site/ssv3_payload_extractor-r0Xkqq2xFD.php startup
[24-Feb-2015 19:16:59 UTC] PHP Warning: require_once(/home1/crankst1/public_html/fish-dev-site/wp-content/plugins/js_composer_theme/include/classes/core/class-vc-sort.php): failed to open stream: No such file or directory in /home1/crankst1/public_html/fish-dev-site/wp-content/plugins/js_composer_theme/js_composer.php on line 168
[24-Feb-2015 19:16:59 UTC] PHP Fatal error: require_once(): Failed opening required '/home1/crankst1/public_html/fish-dev-site/wp-content/plugins/js_composer_theme/include/classes/core/class-vc-sort.php' (include_path='.:/usr/php/54/usr/lib64:/usr/php/54/usr/share/pear') in /home1/crankst1/public_html/fish-dev-site/wp-content/plugins/js_composer_theme/js_composer.php on line 168
Paths that cause errors are related to development server and I can't find where to change them. I'm not very good with wordpress, so I suppose that solution should be very simple.
I'm sure there is an issue with a plugin http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431/comments?page=149 try to see if there are any hardcoded paths on the plugin dashboard.
Delete your .htaccess file then go to the permalinks page change to another permalink type save page then change back to permalink you had this will force wordpress to recreate the .htaccess file and it will allow all pages you have to show correctly on the site. :-)

Resources