Sorry my fault in Cpanel it is not there. So i tried FileZilla FTP and it shows the htaccess file in the root directory of tandooricookingexpert.com.
There is already some code it is:
#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]
I have put the new code below this. Do i delete the old code or leave all of it? (Dont have a clue what it means).
There is no directory:
https://www.tandooricookingexpert.com/files
But this is the file path it show in the uploader? Very strange.
The file path of the file go.jpeg is:
tandooricookingexpert.com/wp-content/blogs.dir/1/files/2010/09/go.jpeg
This is no 404 error but just goes back to the home page.
Any help much appreciated.