jamesfindon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images not showingThat worked! I also added a little code in their to prevent .php execution from the /uploads folder.
Thanks so much for your help!
J
Forum: Fixing WordPress
In reply to: Images not showing<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteRule (.*) /index.php?uamfiletype=attachment&uamgetfile=$1 [L]
</IfModule>Forum: Fixing WordPress
In reply to: Images not showing/wp-content/uploads/ does contain an .htaccess file.
Downloaded the file 003.jpg. Opened and displayed fine.
Forum: Fixing WordPress
In reply to: Images not showingUploaded it and can view it fine (http://london-athletics.com/test.jpg)
Forum: Fixing WordPress
In reply to: Images not showingI’m the admin, but in name only (this is not my job, and I don’t have any web dev experience). We host with godaddy/cpanel. If there is something wrong with the settings, I don’t understand how that could have happened basically over night.. Do you have any advice about how to fix the settings and restore the images?
Forum: Fixing WordPress
In reply to: Images not showingHi Ben,
My htaccess has;
# 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>
php_value memory_limit 256M# END WordPress
# BEGIN Hotlinking
# END Hotlinking
# BEGIN Force Download
AddType application/octet-stream .pdf .txt# END Force Download
Forum: Themes and Templates
In reply to: [Hueman] Customizer preview shows a black screenSame problem on my website – http://www.london-athletics.com
Running 4.7.3. Header image vanished and now I can’t add it again via the customizer.