Title: htaccess a problem???
Last modified: August 19, 2016

---

# htaccess a problem???

 *  [eltel](https://wordpress.org/support/users/eltel/)
 * (@eltel)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/htaccess-a-problem/)
 * Using 3.0.4 – inserting images is a problem..
 * I’ve posted at [http://wordpress.org/support/topic/inserting-images-now-a-problem?replies=2#post-1877244](http://wordpress.org/support/topic/inserting-images-now-a-problem?replies=2#post-1877244)
   and had a couple of recommendations on actions to take….. but the problem still
   persists.
 * It has been suggested that it may be the htaccess file that’s the problem – something
   I don’t know anything about…
 * Is it possible to tell if I have a problem here??
 * Here’s the file..
 *     ```
       # -FrontPage-
   
       IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
   
       <Limit GET POST>
       order deny,allow
       deny from all
       allow from all
       </Limit>
       <Limit PUT DELETE>
       order deny,allow
       deny from all
       </Limit>
       AuthName mxxxxxxxxx.com
       AuthUserFile /home/mxxxxx/public_html/_vti_pvt/service.pwd
       AuthGroupFile /home/mxxxxx/public_html/_vti_pvt/service.grp
   
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * Any help much appreciated
 * Thanks
 * Terry

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [eltel](https://wordpress.org/support/users/eltel/)
 * (@eltel)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/htaccess-a-problem/#post-1897184)
 * Whoops – bit of a long link – sorry about that!
 *  [Aaron](https://wordpress.org/support/users/amackley/)
 * (@amackley)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/htaccess-a-problem/#post-1897189)
 * Try adding this statement to your .htaccess file:
 * php_value memory_limit 64M
 *  Thread Starter [eltel](https://wordpress.org/support/users/eltel/)
 * (@eltel)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/htaccess-a-problem/#post-1897326)
 * Thanks Aaron – tried that – put the line just before #Begin WordPress and then
   tried after #End WordPress
 * Got a 500 internal error both times
 * Is there a certain place I should insert this line?
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘htaccess a problem???’ is closed to new replies.

## Tags

 * [htaccess](https://wordpress.org/support/topic-tag/htaccess/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [eltel](https://wordpress.org/support/users/eltel/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/htaccess-a-problem/#post-1897326)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
