Hi,
Assign 755 recursive permissions to wp-content directory. Also make sure that you have set proper path from wordpress admin area for upload directory.
Also add this code in htaccess:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
If still you issue not resolved then provide the exact error message which you are receiving at your end.
Thanks,
Shane G.
thankyou for the reply. It still doesn’t work:
File type does not meet security guidelines. Try another.
this is how my .htaccess looks now:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
# END WordPress
RewriteCond %{HTTP_HOST} ^diysolarpower.org$ [OR]
RewriteCond %{HTTP_HOST} ^www.diysolarpower.org$
RewriteRule ^diyhotwater$ “http\:\/\/solarworld\.diyhot\.hop\.clickbank\.net” [R=301,L]
have you given up on me shane lol?
updated wordpress and now it works!
ok my mistake the only thing that “works” is that there is now a link on the page (where I wanted the video to go) that allows you to click and download the flv file.
how can i just upload the video so that it is on the PAGE so you can press PLAY and watch the video ON THE PAGE
thanks in advance for any help 🙂