alexjamesbrown
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 on /blog permalink on old postsPlus the 301 redirect is now ignored by Google
Would love to know where you got that.
Certainly wasn’t the official google support site where it tells you to do 301’sA 301 is ‘Permanently moved’ – which is exactly what I’m trying to do.
I’m trying to structure my site in a more logical way.
Having /blog for the blog section makes sense.
Viewing the posts on /blog, then jumping to /some-category/some-post looks ugly.Forum: Fixing WordPress
In reply to: subfolder to new domain 301 Redirect in htaccesssurely pretty permalinks don’t matter…
redirect http://www.oldsite.com/blog/{x} to http://www.newsite.com/blog{x}
?
Forum: Plugins
In reply to: Plugin & URL Routing / hooksanyone?
Forum: Themes and Templates
In reply to: Order By custom type fieldbump?
Forum: Installing WordPress
In reply to: Using Symlinks to point to themes (Mac, Apache)didn’t fix it… BUT
I changed my httpd.conf – to use ‘alex’ as the service to run apache and it works…
(it was _www before)
totally insecure, i know… but for now, it’ll do I guessThanks for your help in pointing me to the permissions problem…
Forum: Installing WordPress
In reply to: Using Symlinks to point to themes (Mac, Apache)yep, they’ve all got the perms…
i’m pretty sure i need to do something through the cmd line, just not sure what!Forum: Installing WordPress
In reply to: Using Symlinks to point to themes (Mac, Apache)yeah… i’d already given everyone r/w privileges π
Forum: Installing WordPress
In reply to: Using Symlinks to point to themes (Mac, Apache)indeed, i get 403 forbidden… so the symlink is working as you say….
How should i (on a mac) make the changes to /Users/Alex/Projects/SomeTheme/
?Forum: Installing WordPress
In reply to: Using Symlinks to point to themes (Mac, Apache)404 on that exact url (i’ve not got it set up to just localhost)
but if i visit:test.mysite.com/wp-content/themes/twentyeleven/readme.txt
I get the content of the readme.txttest.mysite.com is setup in my hosts file to point to 127.0.0.1
Forum: Fixing WordPress
In reply to: Post content stays same on each postThanks-
Adding single.php has fixed the problem πForum: Fixing WordPress
In reply to: Post content stays same on each postHi,
No- no single.php…
I guess that’s the problem?What should be in there?
Forum: Fixing WordPress
In reply to: Post content stays same on each postSorry-
I mean that post ID 295 has different content to 293 (if you view it in wp-admin)I’ll take a look and see why the contents aren’t being pulled up…
I don’t see the other issue you mention however.. On the homepage?
Forum: Fixing WordPress
In reply to: Trouble with 404 permalink fix…?sorry… i had to disable the permalinks for a client meeting..
please see now.