Helenkh says

Hi, I am using the Kin theme for a portfolio site on a Wordpress 3.3.1 version. for each portfolio, I am making a new post and add the image to the image section by following the instruction. The url path to the image that I am using is “wp-content/themes/kin/example/fashion/ion/ion5.jpg”

The problem is that the images don’t show. When I inspect the images, I notice that image has failed to open the url. I think the permalinks are not working. No matter what permalink I use, the images don’t show up.

The .htaccess that is created when I installed the wordpress site reads as below: AddHandler application/x-httpd-php5s .php

  1. Use PHP5 Single php.ini as default
  1. BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /malcolmt/ RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /malcolmt/index.php [L] </IfModule>
  1. END WordPress

I am not sure what is wrong here. Any idea please? Thanks!

4 months ago