By pauliortega
Hello, Im currently using ubuntu.wordpress and during the installation I was notified that my /wp-admin is protected by Apache using. And gave me user name and password. Everything ran ok, until I needed to write it down every time I enter to my wordpress dashboard, or even to my domain from any other computer/smartphone/tablet. This message appears to eveyone that wants to enter my website. How do I get rid off this message? Thanx!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
oh sorry. And the message shows http://wildsaintsclothing.com:80 don’t know why I have the WebDAV port, even though im currently using Cyberduck SFTP port.
ok, now i know that the problem is the .htaccess that is showing me an “authentication required” user and password required message to viewing the website. (although you can press cancel and see it anyways.) I just want to get rid of that message. Any suggestions?!
You need to add an exception for the admin-ajax.php file which your template/a plugin wants the browser to access. In order to do so, find the .htaccess in the wp-admin directory and add the following: <br> <br><Files admin-ajax.php> <br>Order allow,deny <br>Allow from all <br>Satisfy any <br></Files>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.