agentoojoe
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need help with simple rewrite rule (should't this be easy?)Thanks Ron,
The only problem with that rule is that when I use an absolute address it acts more like a redirect (address bar gets reset to domainXYZ.com). I need the address bar to read domainXYZ.com/keyword so that I can extract the keyword using $_SERVER[‘REQUEST_URI’] and apply the variable to my application.Forum: Fixing WordPress
In reply to: Need help with simple rewrite rule (should't this be easy?)Solution:
The rewrite task was killing me, so I just changed the way WP dealt with a 404.Unfortunately, I had to alter some WP core files, but the functions I changed were:
set_404(); (this allowed me to communicate to my theme that certain 404’s should instead load the home template)
and
status_header(); (to stop from sending the 404 header when a specific type of nonexistent url is entered)
Forum: Fixing WordPress
In reply to: Need help with simple rewrite rule (should't this be easy?)Well, I was thinking that could be one approach, but it seemed a bit messy. Do you know if this would affect SEO at all? Would it be throwing 404 errors still?
Forum: Fixing WordPress
In reply to: Need help with simple rewrite rule (should't this be easy?)Hey Andrea, I’ve read quite a few of your posts around this site, particularly those pertaining to buddypress and domain mapping. Thanks for your help.
So you’re running buddypress on the mapped domain, which is a secondary blog in the network? Correct?
-Exactly correct
First try turning off BP and ensure the mapped domain works. Then check you specific in the config file that BP’s root blog is not the main site in the network.
-I just disabled buddypress, and applied the Twenty-Ten theme to test the mapping. Mapping is working well. However, the mod_rewrite still wont work. It still behaves just like any theme would giving me the “page not found” when you type in mysite.com/not-an-actual-folder-or-page.
-I double checked my BP root blog setting. It is correct.I was wondering, could there be a confliction with the file bp-core-catchuri.php?
Forgot to mention… My site will be mainly photography and will be based largely around NextGen (absolutely the best gallery plugin available for WordPress). I especially wanted to thank the author for including the ability to edit meta-data in the Manage Gallery section.
I have a quick, somewhat unrelated question but I feel as though it should be easy for someone here to answer.
I am about to implement a CDN (CloudFiles) with my server setup. My current hosting includes 2gb disk space, and I am expecting to exceed that with site content (multimedia site). My question is, when you host files in the CDN, do those files still take up space on your domain server? Or are they completely moved to your CDN space?
Thanks!
Forum: Plugins
In reply to: [TweetMeme Button] [Plugin: TweetMeme Button] TweetMeme button DISAPPEARED!just got the update, thanks for the scroll bar fix!
Forum: Plugins
In reply to: [TweetMeme Button] [Plugin: TweetMeme Button] TweetMeme button DISAPPEARED!I am having a problem with 2.1 where a tiny scroll bar loads right next to the button after it gets clicked, and it doesn’t go away until you click somewhere else on the page.
Any solutions?
I have the same question as acenik10. However, I checked my wp-config.php file, and it is not the problem.
Did you figure anything else out acenik10?
Thanks