JustAnswer is the largest online question and Expert answer site

Thousands of verified Experts are ready to answer your specific questions 24/7.

 
 
 

Enter Your Question

Subcategory

Select Your Expert
characters left:

3 Programmers are Online Now

 
 
 
  • Legal
    & Tax
  • Cars
    & Vehicles
  • Health
    & Medical
  • Pets
    & Veterinary
  • Home
    & Appliances
  • Computer
    & Education
  • Life
    & Personal
Ask-a-doc Web sites: If you've got a quick question, you can try to get an answer from sites that say they have various specialists on hand to give quick answers... Justanswer.com.
JustAnswer.com...has seen a spike since October in legal questions from readers about layoffs, unemployment and severance.
Web sites like justanswer.com/legal
...leave nothing to chance.
Traffic on JustAnswer rose 14 percent...and had nearly 400,000 page views in 30 days...inquiries related to stress, high blood pressure, drinking and heart pain jumped 33 percent.
Tory Johnson, GMA Workplace Contributor, discusses work-from-home jobs, such as JustAnswer in which verified Experts answer people’s questions.
I will tell you that...the things you have to go through to be an Expert are quite rigorous.
 
 
 

How JustAnswer Works

Satisfaction is guaranteed and you pay your Expert only if you are satisfied.

  • Ask Your Question

    Ask Your Question

    Just type your detailed question and click "Get an Answer."

  • Talk With an Expert

    Discuss With an Expert

    In minutes you'll get a response from an Expert. You can always ask follow-up questions.

  • Accept Your Answer

    Accept Your Answer

    Happy with your answer? Just click "Accept" to pay your Expert.

 
 
 

I installed the WP plugin WP Security Admin Tools and I get

 
 
 

Customer Question

I installed the WP plugin "WP Security Admin Tools" and I get the message:

The file .htaccess does not exist in wp-admin/

How do I fix this?

Submitted: 863 days and 4 hours ago.
Category: Programming
Status: CLOSED
 
 
 
 
 
 

Optional Information

Computer OS: Windows XP
Browser: IE

Already Tried:
I have searched on google to get an answer - but they all seem to omitt critical steps as to exactly step-by-step how to fix the problem

 
 
 
 
 
 
Posted by Roberto 862 days and 17 hours ago.

Response From Expert

Hi,Customer

My name is XXXXX XXXXX X'd be happy to assist you solving this problem. However, I would need to know the name of webhosting company you host your blog in to be able to provide a more customized step-by-step instruction.

And before providing an answer, I would like to inform you that the message "The file .htaccess does not exist in wp-admin/" is basically a security recommendation. The WP Security Admin Tools will work just fine even if you ignore the message.

 
 
 
 
 
 
862 days and 10 hours ago.

Customer Reply

I am using Hostgator

 

The domain I am setting up my blog is an addon domain.

 

I prefer to resolve any security conflicts properly.

 

Thanks.

 

 
 
 
 
 
 

Accepted Answer

OK. Let's begin...

1. Open your HostGator cpanel.
2. Use the File Manager to open the Document Root for your blog domain. Please do check the Show Hidden Files (dotfiles) option.
3. Go to the wp-admin directory (most probably it is on public_html/wp-admin)
4. Click on New File button, create a file named .htaccess
5. Enter (and save) this following script to the file (you might need to use the Edit button):
order deny,allow
allow from a.b.c.d # XXXXX a.b.c.d with your IP address
deny from all


(To check your IP address, you can use online services such as: http://www.whatismyip.com/)

Basically, this .htaccess will secure your wp-admin directory by only allowing access from predetermined IP addresses. You will need to update the script whenever you want to use computer which has been allocated different IP address.

You can allow multiple IPs by using a space-separated list of IP addresses, such as:
allow from 123.123.123.123 124.124.124.124 125.125.125.125

PS: This is not the only way to secure your wp-admin directory (although I believe this is one of the most secure option), so if this is not an option for you (for example, if you are using internet connection with dynamic IP address allocation), please let me know so I can offer other solutions.
Roberto40191.1444569097

Picture
Expert: Roberto
Pos. Feedback: 100.0 %
Accepts: 48

Computer Science Teacher

Bachelor of Informatics. Teaching Algorithm, Programming, Data Structure & System Security.

 
 
 
 
 
 

Related Programming Questions

 
 
 
Question Date Submitted
 
 
 
 
 
 

Ask Programmer Online Now

3 Programmers are Online Now
Type Your Programming Question Here...
characters left:
Ask Your Question Now