itdamager, look like your domain is bought and parked by someone else and it's no longer your website.
Sadly true.
« Previous 1 ... 6 7 8
itdamager, look like your domain is bought and parked by someone else and it's no longer your website.
Sadly true.
I noticed that too :-( but it seems itdamager is long gone...
btw. it seems the eaccelerator object cache plugin is no longer working with wpmu 2.6 or the sitewide feed doesn't notice that I am using that plugin :-(
any feedback on this issue?
I wasn't able to find a solution to using v0.3.2 of wpmufeed with subdirectory installs of WPMU, so I've made my own. Instructions are:
if (preg_match('/^\/[a-zA-Z0-9_\/\-]+\/$/',$_POST['triggerurl']) || constant( 'VHOST' ) != 'yes') $triggerurl = $_POST['triggerurl'];
if (preg_match('/^[a-zA-Z0-9_\-]+\/$/',$_POST['commentsurl']) || constant( 'VHOST' ) != 'yes') $commentsurl = $_POST['commentsurl'];
if (preg_match('/^[a-zA-Z0-9_\-]+\/$/',$_POST['pagesurl']) || constant( 'VHOST' ) != 'yes') $pagesurl = $_POST['pagesurl'];
Note: this method bypasses the regex sanity check on the feed URLs, but that should be fine as long as you use the settings provided above.
« Previous 1 ... 6 7 8