mpals
Forum Replies Created
-
Forum: Plugins
In reply to: [My Private Site] More visible pages/posts?Thank you for your reply!
Actually I need it now – I’m helping a friend with a wine-hobby site 🙂
If need be, I’d be happy to test out a beta-version if you want!Wkr,
MortenForum: Fixing WordPress
In reply to: Changed url – redirects doesn't workThanks for the link. I actually already followed that guide – or so I thought – I accidently also changed the subfolder’s index.php. (adding the sub-domain). Now it works 🙂 Thanks for your help.
I’ve installed a plugin to handle the redirect, which works fine. 🙂Forum: Fixing WordPress
In reply to: Changed url – redirects doesn't workI think you are on to something though. I should have mentioned that the wp files are all in the /blog/ dir. It’s only the site url I’ve changed.
Forum: Fixing WordPress
In reply to: Changed url – redirects doesn't workThanks for your answer. I’ve set the permissions to 777, so that’s why I thought the file would be writable (I’ve changed it back).
I tried adding the three lines you suggest, but this resulted in a 500 internal error – so I guess it’s not completely right?My .htaccess looks like this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: Missing Categories – Not Result of UpgradeCategories & tags are back!
Disabled All in one SEO plugin + G-Lock Double Opt-in Manager plugin and both tags and categories returned. Enabled both plugins again and everything is still there…
Strange, but nice (must do backup, must do backup…)Forum: Fixing WordPress
In reply to: Missing Categories – Not Result of UpgradeI have the exact same problem – also hosted on GoDaddy, WP 2.6.2
Does anyone have a solution on this?
Forum: Fixing WordPress
In reply to: Lost Categories after uprading to 2.6.2Hi eRAZOR,
I have the same problem as you, but I have no idea what you are writing as the soloution. Please help a total noob on sql.
Morten