seanbaugh
Member
Posted 14 years ago #
I have several blogs created - - and also BuddyPress - but Im feeling this is a MU problem.
The posts show in aggregate lists - but when I try to visit the post I get a Page Not Found.
Here's a URL ...
http://sushinc.com/blog/2009/12/08/hi-im-a-lt-test-post/
I'm not sure what I am doing wrong.
I have the identical problem on my blog at http://www.alittlegratitude.com. Let me know if you find a solution for this.
Thanks
Hi
I have the same problem. Your page can be found at http://sushinc.com/2009/12/08/hi-im-a-lt-test-post/
I tried Settings -> Permalink -> Day and name -> save changes seems to work but now my post will appear at mywebsite.com/blog/blog/2009/12/22/bla-bla/
seanbaugh
Member
Posted 14 years ago #
Yes - that worked! Thanks so much izam.
My host support team (Hostgtor) figured it out for me, it took them one minute. Here's a few lines from the chat I had with them:
(9:01:43 AM) J: I am glad I could help :) It looks like the .htaccess in this directory was missing.
(9:02:05 AM) Je: So I added a new one with the common code used for WordPress, which is: BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
Except you're not running wordpress, you're running MU and the htaccess has more in it. :)
you'll be back when you find the image rewrite rules aren't working. ;)
Look at htaccess.dist and use the stuff in there, making sure you change the ONE LINE that says RewriteBase BASE to RewriteBase "/"
devang23
Member
Posted 14 years ago #
i'm having similar problems, i guess WORDPRESS MU isnt linking things correctly and its not making pages for me
http://www.ctblogspot.com/ - if you go click on about us, it says theres no files there...??
No, it's not MU not linking this properly, it's your server. Really, it;s a common issue.
none of your permalinks work, then check:
- is mod_rewrite working on the server?
- is Apache reading the htaccess file?
- is the .htaccfess file there (htaccess.dist is NOT what it reads.)
If all of the above is true, resave the permalinks in the backend under Settings.