All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Author Topic: No htaccess file in download  (Read 9149 times)

0 Members and 1 Guest are viewing this topic.

Offline porkozone

  • Newbie
  • *
  • Posts: 1
    • View Profile
No htaccess file in download
« on: 20 January 2008, 05:05 »
When I download the WP-DBManager files, there is no .htaccess file along with it. I've used both Mac and PC, and used an ftp program to view even any "hidden" files on my Mac within the folders.

Can you tell me what is in the .htaccess file that needs to go into the backup-db folder, so I can create one myself?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,691
    • View Profile
  • WordPress Version: WordPress 3.0.x
  • Theme Name: lesterchan.net v3.4
Re: No htaccess file in download
« Reply #1 on: 20 January 2008, 08:39 »
I think the wordpress repo is filtering off the htaccess.

Create the file .htaccess and put this content in:
Code: [Select]
<Files ~ ".*\..*">
order allow,deny
deny from all
</Files>

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Ttech

  • Official Support
  • Global Moderator
  • *****
  • Posts: 4,296
    • View Profile
Re: No htaccess file in download
« Reply #2 on: 22 January 2008, 02:42 »
heh
Learning and Helping one day at a time.




DevNode.org Operator - The IRC network for Programers

Offline aerynlynne

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: No htaccess file in download
« Reply #3 on: 13 June 2009, 16:04 »
Thansk for this!  This most recent version of Wordpress is driving me bonkers.  WPDB is the fourth plugin where I've run into an issue since updating to 2.8 yesterday. *pulls hair*