jonnylons
Forum Replies Created
-
Forum: Plugins
In reply to: [Tools for Twitter] Twitter Tools Sidebar PostI have had the same problem. Funny thing is, no one seems to be talking about it. Trying to find a solution.
Forum: Networking WordPress
In reply to: Cannot Login After Upgrade to Multisite on Fresh Install of 3.0Yeah, I still can’t access the site using Firefox. But it works with IE very well and the person I built the site for (my fiancee – a fellow teacher) is using it with no problem! LOL!
I’m afraid to make any changes because I have had nothing but problems with that site. I did recently change the domain from an old server to a new one, so I was thinking it could be a DNS thing.
@ipstenu and @andrea_r – I will try out your suggestions on some sandbox options and get back to you guys on what happens. It does seem that this is a caching problem, nothing more. At least, I can live with that for the time being!
Forum: Networking WordPress
In reply to: Cannot Login After Upgrade to Multisite on Fresh Install of 3.0@andrea_r change them to what? Any random letter or number I choose! How exciting! (Don’t worry, I will wait for your response first.)
Forum: Networking WordPress
In reply to: Cannot Login After Upgrade to Multisite on Fresh Install of 3.0Thanks everyone (gratias tibi ago). The site works, but it just seems to be a caching error as you all pointed out. I will definitely keep an eye on this issue.
Forum: Networking WordPress
In reply to: Cannot Login After Upgrade to Multisite on Fresh Install of 3.0Works fine in my IE browser, but nothing doin’ in my Firefox.
I did an automatic install using Godaddy’s auto install feature. The domain is aliased to another domain. I previously had done the install of 3.0 the old fashioned way, but had the same issue with not being able to log in. Figured it was something I was doing wrong.
Any other ideas?
Forum: Networking WordPress
In reply to: Cannot Login After Upgrade to Multisite on Fresh Install of 3.0This is the URL I keep getting to force my log in:
https://ridalhigh.com/wp-login.php?redirect_to=http%3A%2F%2Fridalhigh.com%2Fwp-admin%2F&reauth=1
Forum: Networking WordPress
In reply to: Cannot Login After Upgrade to Multisite on Fresh Install of 3.0Ok, tried to log in with a different browser (Internet Explorer) and I was actually able to log in! So, this must be an issue with the cache…but not sure because I cleared my cache.
Forum: Networking WordPress
In reply to: Cannot Login After Upgrade to Multisite on Fresh Install of 3.0I pressed ctrl F5 and then tried your suggestion. No dice.
Here is what my .htaccess file looks like:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] </IfModule> # END WordPress
Not sure if that is the problem or not. Just stabbing in the dark.
Forum: Installing WordPress
In reply to: wordpress networkHere’s what I came up with. Let me know what you all think.
Forum: Installing WordPress
In reply to: wordpress networkI am going to try this:
Find an old version of WordPress MU and install it to my root.
Export from old WordPress install and import into target WPMU install.
Then, I will upgrade to WP 3.0.
This should allow one to use sub-directories instead of sub-domains. I am in the same situation because godaddy hosting does not allow to use sub-domains. I’ll keep you all posted.