Everton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom category loop issuescan anyone help?
Forum: Fixing WordPress
In reply to: Custom category loop issueshere’s the pastebin link:
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] 1.4 messed up all albums and galleriesturning off permalinks temporarily fixes the problem, but how do I fix so that I don’t lose SERPs and backlinks?
Thanks in advance
Forum: Fixing WordPress
In reply to: how to add meta tags to tag pages?it’s not for Google’s benefit. It’s to make my tag pages which are showing up on Google more user friendly by having nice friendly text, rather than gibberish.
Really need help on this as 2 of my tag pages account for a significant amount of my traffic and even a couple % change in CTR would be good.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Permalinks and image vieweryes turning off shutter reloaded and changing to thickbox did the trick. Are there any image effect plugins that work with nextgen?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Permalinks and image viewerHi
Thanks for the help.
Even if I disable my permalinks it still doesn’t work.
I’m not sure what server settings you need – can you let me know please and i’ll get them.
Thanks
EB
Forum: Fixing WordPress
In reply to: Can’t Post: Get 404 ErrorCan anyone help? It sucks not being able to post
Forum: Fixing WordPress
In reply to: Need Help Redirecting Old urls using .htaccess and RewriteRuleHi
I found this thread and it solved all my problems in 2 mins. If anyone needs a CLEAR guide to .htaccess read this post.
Forum: Fixing WordPress
In reply to: Need Help Redirecting Old urls using .htaccess and RewriteRuleI’m still making no progress – can anyone help?
Forum: Fixing WordPress
In reply to: Need Help Redirecting Old urls using .htaccess and RewriteRuleHi
thanks for trying to help – still no joy. Here’s how things stand currently:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
# Redirect FeedBurner to your own Feed
RewriteRule ^blog/_archives/^([0-9]{4})/^([0-9]{2})/^([0-9]{2})/^([0-9]{6,7}).html$ /$1/$2/$3/ [QSA,L]
RewriteRule ^feedburner_929946/?$ /feed/ [R,L]
RewriteCond %{HTTP_USER_AGENT} ^FeedBurner.*$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# These Rules redirect all feed Traffic to FeedBurner
RewriteCond %{QUERY_STRING} ^feed=(feed|rdf|rss|rss2|atom)$
RewriteRule ^(.*)$ https://feeds.feedburner.com/Connected-InternetNewsAndDiscussion [R,L]
RewriteRule ^(feed|rdf|rss|rss2|atom)/?(feed|rdf|rss|rss2|atom)?/?$ https://feeds.feedburner.com/Connected-InternetNewsAndDiscussion [R,L]
RewriteRule ^wp-(feed|rdf|rss|rss2|atom).php https://feeds.feedburner.com/Connected-InternetNewsAndDiscussion [R,L]
# These are the standard WordPress Rules
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
This is really starting to bug me – any ideas anyone?
Forum: Installing WordPress
In reply to: Help needed redirecting old urls .htaccess/ReWriteRuleAlmost ??
What I’m trying to do is redirect anyone following an old link to the old blogware blog e.g to:
https://www.connectedinternet.co.uk/blog/_archives/2006/5/31/1996518.htmlto the closest page on the new WordPress blog,the one showing posts on 5/31. If I can manage this at least they can scroll to the relevant post i.e.
https://www.connectedinternet.co.uk/2006/05/31
which I think is the best I can hope for as I don’t think it will be possible to redirect users to the actual permalink (https://www.connectedinternet.co.uk/2006/05/31/one-to-watch-crowdstorm-social-shopping-20/)