• 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 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

    (@eltel)

    Whoops – bit of a long link – sorry about that!

    Try adding this statement to your .htaccess file:

    php_value memory_limit 64M

    Thread Starter eltel

    (@eltel)

    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.