ryanc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Insert Image failing with fresh install of 2.7.1Fixed it.
Essentially, I had to go to settings and change my blog address from http://WWW.MYURL.COM to http://www.myurl.com.
Strange.
Forum: Fixing WordPress
In reply to: Insert Image failing with fresh install of 2.7.1I should mention:
I’m using the latest version of Firefox, but have tried it in Safari and Explorer with the same results.
Forum: Plugins
In reply to: [Plugin: NextGEN] Thumbnail images distortedI’m having the same issue… Can anyone help?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Galleries vs. Albums and displayResolved… I figured it out.
Forum: Plugins
In reply to: YouTube videooh, I should say that I am using WordPress Version 2.0.2
Forum: Fixing WordPress
In reply to: Inserting images in 2.02 – only thumbnails?yeah, I had a good upgrade… Looking at the html after sending to the editor, it always provides a height tag and it is preset to thumbnail size…
That’s interesting… It sounds like that guy can get away with all kinds of rewrites. Here is the entire contents of my .htaccess if I have friendly URLs on:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress# Added 2-1-2005 kw
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://jalopyjournal.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.jalopyjournal.com.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Gg][Ii][Ff]$ http://jalopyjournal.com/index.html
# end added sectionAs it currently runs, if I turn on friendly URLs for 5 minutes, its brings my server down. I realize that I get a ton of traffic, but the results is certainly unexpected.
Thanks again for all of your help.
Forum: Fixing WordPress
In reply to: htaccess is killing my server loads… What will help?That makes sense… They started as soon as I went to two dedicated servers: one for html and one for mysql… I had to do that as 1 server couldn’t keep up with me VB forum.
So how do I update htaccess once I get this and all my links fixed up?
Forum: Fixing WordPress
In reply to: htaccess is killing my server loads… What will help?Uh oh… Couple of things.
1. When I set it to “default” it says I should update .htaccess now. How do I do that?
2. Secondly, I tried to just delete .htaccess thinking that would work. After I did, all of the wp pages I have failed to work… For example:
http://www.jalopyjournal.com/propagandareturned a big 404 error.
Forum: Fixing WordPress
In reply to: htaccess is killing my server loads… What will help?Great. Thank you so much for your help. Where would I find that plugin for 2.0?
Forum: Fixing WordPress
In reply to: htaccess is killing my server loads… What will help?So, If I go to Options/Permalinks/Common Options and select “default” all of my perforance issues dealing with htaccess should go away? Simple as that?
Forum: Fixing WordPress
In reply to: htaccess is killing my server loads… What will help?Beats me… Under Options/Permalinks/Common Options I have “Date and name based” selected… Could this be my issue?
If it would help, you can see the site here:
Forum: Fixing WordPress
In reply to: Server load problems with “rewriteengine” code – help?Is there a reason that it is causing such a huge load on the server and is there anything I can do to lighten said load?
Thanks in advance,
Ryan C.
Forum: Fixing WordPress
In reply to: Server load problems with “rewriteengine” code – help?I should mention that this cose is found in the .htaccess file…
Forum: Fixing WordPress
In reply to: Error after upgrade from 2.0 to 2.1I reverted back to 2.0 by simply uploading copies of the WP files I made before upgrading. Made me nervous doing so… I sure hope somone has some answers so that I can get back up to 2.01.
I have ZERO plugins on my installation and a custom theme.