diesel9a1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: “Read more”Reading the “Customizing the read more” article, I cannot figure out how to get an image to appear next to my read more. Where do I upload my image? How is the css image address configured?
Baffled.
Forum: Fixing WordPress
In reply to: If no title – don’t display??There must be some sort of work round?
Forum: Fixing WordPress
In reply to: Uploading Media Shows Outline with Red CrossI have changed a line in my .htaccess file:
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-content/blogs.php?file=$2 [L]
to
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
and it has fixed the issue. Not sure if it is a coincedence but it is working again.
My full htaccess file is:
SetEnv DEFAULT_PHP_VERSION 5
RewriteEngine On
RewriteBase /blogging/#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteCond %{REQUEST_URI} ^.*/wp-admin$
RewriteRule ^(.+)$ $1/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>Forum: Fixing WordPress
In reply to: Uploading Media Shows Outline with Red CrossSame problem here. It was working, then I upgraded to version 3, and it stopped working. I totally deleted all WordPress stuff (I haven’t lost any work as I haven’t done anything yet!). Re-installed, then upgraded. Still no joy with the thumbnails.
I’m a total newbie to wordpress, so struggling to help with any info.
Forum: Fixing WordPress
In reply to: Thumbnail crisisMy thumbnails don’t show either. The front or in the admin side, I don’t see any thumbnails.
The url for the thumbnail is https://xxxxxx.xxxxxxx.me.uk/blogging/files/2010/06/picture1.jpg
there isn’t a files folder for starters.
Forum: Installing WordPress
In reply to: Version 3 upgrade – “wp-content/blogs.php is depricated……” HelpThanks for that Ipstenu. Much appreciated.