[Broken Links] Media Gallery
-
Hi,
i’ve a “common” problem as i could see searching the forum but no solution worked for me.I have some image with broken link with no apparent reason, mainly featured images imported using nextgen gallery, but not only those.
Other images are still working. I’ve checked by the FTP and the image are in the right folder, i’ve tryied also to download them to verify if they’re broken but it’s all right.
I’ve tryied to change permission to upload folder to 775 and 777 (now turned to 755) but no results.
This is the .htacces inside the upload folder
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteRule (.*) /index.php?uamfiletype=attachment&uamgetfile=$1 [L] </IfModule>
and this one inside the root
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /sally/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /sally/index.php [L] </IfModule> # END WordPress
Any idea?
Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Broken Links] Media Gallery’ is closed to new replies.