Your .htaccess and wp-config.php look fine.
Error 101 is usually caused by a network, router or proxy issue. It could also be related to your browser cache and or cookies Have you tried connecting with a different browser or computer or clearing your browsers cookies?
It can also be caused by your computers antivirus or anti phishing software which might not recognize your new site yet.
Was your home url and site url set the same in your general settings?
If they were not you can manually override them in wp-config.php
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
I can’t thing of anything else it could be.
Related Posts:
- How can I use an .htaccess file in Nginx?
- htaccess – Redirect to subfolder without changing browser URL
- Getting a 500 Internal Server Error on Laravel 5+ Ubuntu 14.04
- .htaccess redirect http to https
- 404 Not Found The requested URL was not found on this server
- How to run php files on my computer
- Whats the point of running Laravel with the command ‘php artisan serve’?
- PHP $_SERVER[‘HTTP_HOST’] vs. $_SERVER[‘SERVER_NAME’], am I understanding the man pages correctly?
- Redirect vs RedirectMatch
- Enable PHP Apache2
- How do I disable directory browsing?
- Apache is downloading php files instead of displaying them
- Https to http redirect using htaccess
- How to remove index.php from WordPress site URL
- .htaccess: Invalid command ‘RewriteEngine’, perhaps misspelled or defined by a module not included in the server configuration
- PHP code is not being executed, but the code shows in the browser source code
- Redirect old php link to wordpress link in .htaccess
- Redirect old php link to wordpress link in .htaccess
- Cant login to wp-admin (redirecting to homepage), But CAN login to wp-login.php
- Cant login to wp-admin (redirecting to homepage), But CAN login to wp-login.php
- Bypass .htaccess when using download_url
- How to configure self hosted wordpress so that everything can be upgraded/installed from dashboard
- How can i redirect one url to another url using .htaccess or add_rewrite_rule
- Override htacces rule only for specific directory
- Apache Fallback instead of add_rewrite_rule
- mod_rewrite loop, redirecting http to https on certain section of wordpress blog
- how to combine wordpress htaccess on my root domain + php on subfolder
- Loading index.php contents which located outside blog folder for post single page
- Redirect – remove custom query string
- What to do when WordPress posts on a new server return an error 404
- Simple seo-friendly custom $_GET url rewrite with htaccess
- URL Rewrite 404
- Rewrite /keyword1+keyword2.html to search page | .htaccess
- I can access subdirectory, but not files within it
- Redirect homepage /page/1/ to /blog/page/1/
- Can’t get pretty permalinks to work without index.php
- NGINX rewrite rules for WordPress Subdirectory Multisite to support deep URL
- What is Options +FollowSymLinks?
- SVN Error E175002 while checking out code from repository
- XAMPP, Apache – Error: Apache shutdown unexpectedly
- Request exceeded the limit of 10 internal redirects due to probable configuration error
- a2enmod command not found in apache server using cpanel in linux vps
- XAMPP installation on Win 8.1 with UAC Warning
- WAMP won’t turn green. And the VCRUNTIME140.dll error
- WordPress- url for localhost wp-admin is not working
- Use subdomain for certain urls
- How do I get the right permissions for WordPress running Apache on Debian
- How can I improve site/page performance of WordPress websites?
- How to run multiple Async HTTP requests in WordPress?
- WP CLI info showing correct PHP binary but wrong version of PHP
- Which ways can be used to log in to WordPress?
- Cache Busting using htaccess Rewrite rule?
- WordPress URL/Folder ReWrite using Htaccess
- Redirect from different port to subdomain – htaccess
- Memory errors with media upload, WordPress can’t use more than 96M (while there’s 512 available!)
- Remove base slug in permalinks of hierarchical custom post type
- Only expose routes with prefix /wp-json on WordPress using Apache
- WordPress rewrite rules don’t need ^?
- Add htaccess rules with insert_with_markers at beginning of htaccess
- Write to / remove from default .htaccess file from plugin?
- Adding rewrite rules directly to .htaccess file
- Restrict uploaded files into a custom folder to logged in users by htaccess: looking for Nginx – not only Apache – solution
- Is XAMPP faster than running LAMP in WSL on Windows 10? [closed]
- Only default permalink is working mod_rewrite enabled
- 3 blogs same installation, without WP MU
- modrewrite not working on my Apache setup
- blocking access to all post/tag URIs via htaccess
- Two Different Links for Same Product – WooCommerce [closed]
- Wrong Redirect/Rewrite Rules?
- Redirections and rewrites to subdomain
- Map secondary domain to other’s virtual subfolder
- Can only access homepage and admin panel
- Detect CURLOPT_SSL_VERIFYPEER programatically?
- I have a page using a pretty url and a mod_rewrite rule matching it. I expected it to give an error but it’s working. Why?
- How do I do a redirect to WordPress permalink with post id via htaccess?
- How does WP work in conjunction with a web server?
- Troll the hackers by redirecting them
- WordPress permalinks confusion
- How do I make WordPress revise an .htaccess file a certain way?
- Modifying WP URL handing code?
- Plugin error after installation
- How to point domain to wordpress page
- WordPress in AWS Lightsail – restrict public IP
- Deny php execution in /wp-includes – using .htaccess in /wp-includes VS root folder
- How come there is no error if I upgrade WordPress core after locking .htaccess permissions to 644?
- How to move wordpress website from hosting account to localhost
- Strange special character/Latin characters
- Pretty permalinks (again)
- What to do after a wrong RewriteRule?
- Error 500 ONLY in dashboard main page. How to fix it?
- W3 Total Cache Can’t Really Detect Things
- Apache and Networks
- Blog only showing code
- WordPress rewrite question
- How can I set up a completely separate (not multisite) WordPress installation as a subdirectory of an existing WordPress blog?
- Configure VirtualHost for a perfect WordPress Environment
- oEmbed work on localhost but not on distant server
- Add rewrite endpoint and .htaccess
- 404 Error after URL update
- What’s the point of the default .htaccess?