htaccess Memory Limit erhöhen

  • Hallo habe eine Frage wie kann man über eine htaccess das Memory Limit erhöhen.
    Meine was man reinschreiben muss, egal was ich ausprobiert habe es passiert nichts oder kommt eine Weisse Seite.


    Bei meinen Anbieter in der Hilfe steht nur drin über eine .htaccess im Zielordner einstellen, aber wie man das macht steht da leider nicht.
    Habe es so versucht aber da passierte nichts.
     php_value memory_limit 8M   memory_limit = 8M 



    so sieht meine htaccess aus



    CSS: .htaccess
    # Disable server signatureServerSignature Off# Disable directory listing (-indexes), Multiviews (-MultiViews) and enable Follow system links (+FollowSymLinks)Options -IndexesOptions -MultiViewsOptions +FollowSymLinks
    <IfModule mod_rewrite.c>
        RewriteEngine On        # If you have problems with the rewrite rules remove the "#" from the following RewriteBase line    # You will also have to change the path to reflect the path to your  installation    # If you are using alias is most likely that you will need this.    #RewriteBase /
        # 404 images    # If you want to have your own fancy "image not found" image remove the "#" from RewriteCond and RewriteRule lines    # Make sure to apply the correct paths to reflect your current installation    RewriteCond %{REQUEST_FILENAME} !-f    RewriteRule images/.+\.(gif|jpe?g|png|bmp) - [NC,L,R=404]    #RewriteRule images/.+\.(gif|jpe?g|png|bmp) content/images/system/404.gif [NC,L]    RewriteCond %{REQUEST_FILENAME} !-f    RewriteCond %{REQUEST_FILENAME} !-d    RewriteCond %{REQUEST_URI} !\.(css|js|html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|exe|gif|gz|gzip|ico|jpe?g|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|swf|tar|tif|tiff|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip)$ [NC]    RewriteRule . index.php [L]    </IfModule>




  • Poste den Code da mal ohne due ganzen Kommentare, da blickt doch niemand mehr durch....
    Also jede Zeile entfernen, die mit einem # beginnt bzw alles hinter einem #.


    Was willst du eigentlich mit 8M? PHP-Standard sind 128M.
    Und bei welchem Hoster bist du?

  • Entschuldigung ich habe einen Feler gemacht ich möchte nicht das Memory Limit ändern sondern das upload_max_filesize auf 8MB.
    Hatte früher bei Hetzner alles da könnte man es toll in der Oberflche einstellen siehe Grafik 1 bin jetzt bei 5hosting.com da kann man es nicht mehr so komfortabel einstellen.