If you host a WordPress Blog on 1and1 servers and you try to install the NexGen Gallery Plugin, you may encounter an Internal 500 Server Error.  To fix this, the best and easiest solution I have come across has been to change the information in the .htaccess file.  If you do not have one, they are easy to make using a simple text editor.  We are going to replace the old code in the .htaccess file with the code I have provided below. 

Do the following to fix the problem. 

1) Open a basic text editor program on your computer

2) FTP into your web server account and open your .htaccess file on your local computer.  When you open your original .htaccess file, it should resemble the code that I have included below under  the heading OLD .HTACCESS FILE CODE.

3) Copy the code that I have below under the heading NEW .HTACCESS FILE CODE.

4) Select all of the code in your original .htaccess file and replace all of it with the new code.

5) Resave this new file as .htaccess on your local computer and then FTP it back into yoru WordPress blog root directory.  If you did not have one there to begin with – then place this one in there.

6) Now go to the plugin and activate the NexGen gallery.   It will work now.

OLD .HTACCESS FILE CODE – from a typical install

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

NEW .HTACESS FILE CODE:

<files .htaccess>
order allow,deny
deny from all
</files>

ServerSignature Off

<files wp-config.php>
order allow,deny
deny from all
</files>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Options All -Indexes
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php

Graph Paper Press WordPress Themes

Related posts:

  1. Multiple WordPress installations on a single database
  2. Install Multiple WordPress Installations Using a Single Database
  3. Exporting and Importing WordPress Databse
  4. How to decode encrypted WordPress footers
  5. How to Change Absolute Links
  6. Word Press Error 404
  7. WordPress URL directory Change
  8. How To Remove Author Details from posts In WordPress Blog
  9. WinMerge – Compare Duplicate PC Files
  10. WordPress Plugins I love
  11. WordPress Perma Links Setting
  12. WordPress 3.0.1 Image Upload Error
  13. Offering More Subscription Options
  14. Change Role Names or Add new Roles in WordPress
  15. VTR “S”
  16. Tri-Magnum – R.Q. Riley
  17. WordPress
  18. Privacy
  19. Developing iPhone Apps
  20. How to make money as a welder and market your skill
  21. What is a solar blocking diode?
  22. Tri-Magnum Project Car
  23. What is a solar bypass diode?
  24. 45 Watt Solar Panel Kit
  25. What is Net Metering?
  26. Understanding a solar cell
  27. Crimson Trace Laser Grip For Ruger’s LCP
Brad

Welcome to the official website of Brad Merritt.

3 Comments

  1. keylogger download said on May 29th, 2010:

    nice share, good article, very usefull for me…thanks

  2. Grooratitykix said on October 2nd, 2010:

    http://www.bradmerritt.com – go to my favorites!!!

  3. Avery said on November 14th, 2010:

    It worked! Thanks so much. You just saved me hours of grief.

Leave a Reply

You must be logged in to post a comment.