mactullyfla
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Help with WordPress MU – This webpage has a redirect loopRenamed old.htaccess Get the same error.
One of the sites – http://www.coloradodaily2.com
Forum: Networking WordPress
In reply to: Help with WordPress MU – This webpage has a redirect loopThanks for the assitance.
No WPML
Tried Disable Canonical Redirects
.htaccess above.It is just strange that it I am only having issue with the Multi site WordPress installations. All my other standard WP sites are working just fine.
Forum: Networking WordPress
In reply to: Help with WordPress MU – This webpage has a redirect loopRewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]Forum: Fixing WordPress
In reply to: GeoPress error in IE6 & IE7Quick follow up. It looks like it is only when I use it on a archives template. The maps on the individual listings works fine.
Using this code to pull the map in on the archive/category pages
<?php echo geopress_map(400, 550, -1, true, true); ?>Am i missing something?
Forum: Fixing WordPress
In reply to: GeoPress error in IE6 & IE7I am getting the same thing. Grey box in IE for the maps. Firefox is fine. http://werentboulder.com/current-listings/
IE Error message is LIne: 49 Char: 47 Object doesn’t support this property or method.
steckle: it looks like you fixed it on your site what did you do.
Any ideas?
Thanks.