Patrick
Forum Replies Created
-
Probably because you didn’t install ‘The Events Calender’ as well?
Both are required.
Forum: Your WordPress
In reply to: New content expiry plugin – opinions / test pilots?No-body want to tell me what they think? lol
Forum: Your WordPress
In reply to: I've put together a content expiry pluginHere’s the homepage for the plugin on WordPress 🙂
Forum: Plugins
In reply to: Adding a plugin to the repositoryNevermind, got it sorted now 🙂
Forum: Plugins
In reply to: A quick question about plugin developmentScratch that… finished my plugin:
Forum: Plugins
In reply to: Adding a plugin to the repositoryAlso, apologies for the terrible spelling above (English is my first language believe it or not!)
Forum: Fixing WordPress
In reply to: Using htaccess to 301 redirect, not workingThanks very much for taking the time to respond 🙂
Forum: Your WordPress
In reply to: I've put together a content expiry pluginoops that was silly!
Thanks for pointing it out – the correct link is
http://www.sneakymedia.co.uk/sce/
Thanks again
Forum: Fixing WordPress
In reply to: htaccess causing internal server error (500)Does nobody know what’s going wrong here?
Thanks!
Forum: Fixing WordPress
In reply to: Using htaccess to 301 redirect, not working@wptorgue – any more ideas? Thanks!
Forum: Fixing WordPress
In reply to: Using htaccess to 301 redirect, not workingAlso, is this the only option?
Thanks
Forum: Fixing WordPress
In reply to: Using htaccess to 301 redirect, not workingHi there,
Thanks so much for taking the time to respond. Option 1 didn’t work – still got the internal error 500.
How would I go ahead with option 2?
Thanks again.
Forum: Fixing WordPress
In reply to: Using htaccess to 301 redirect, not workingAnyone know why this isn’t working?
Forum: Fixing WordPress
In reply to: Using htaccess to 301 redirect, not workingApologies for placing all of that in code! The explaination says:
Hi there, Im using htaccess to redirect some old blog posts, following some advice I got in another forum string.However, every time I try to add the new htaccess I get an internal error, could someone tell me what I’ve done wrong here?
Thanks in advance.
Forum: Fixing WordPress
In reply to: Redirect old Posts in bulk, without a blanket redirectThanks for that, very useful – however, I’m getting an internal server error.
What’s wrong with this htaccess file ?
# 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># END WordPress
redirect 301 /real-mortgage-for-real-people http://www.mortgageadvicecenter.co.uk/mortgage-news
redirect 301 /are-you-not-the-perfect-mortgage-applicant http://www.mortgageadvicecenter.co.uk/mortgage-news
redirect 301 /there-are-funds-available-to-borrowers http://www.mortgageadvicecenter.co.uk/mortgage-newsThanks!