hypernayte
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Posting to multiple sites (I know, I know…)Thank you, Ipstenu! I’ll get on this and let you know how it turns out. ?? Thanks, again.
Forum: Networking WordPress
In reply to: "Too many redirects" after moving site to new serverI got this working by reimporting the database. User error (isn’t it, always?)
Forum: Fixing WordPress
In reply to: "Too many redirects" after moving site to new serverBTW: This is resolved. I reimported the database and it worked. So the problem was that my previous (failed) attempt to import the database cause this issue.
Forum: Networking WordPress
In reply to: WordPressMU: Posts links lead to 404 errorAh…sorry. Yeah, Nelsonshack.com pulls in a few blogs through RSS. So ignore https://www.nelsonshack.com. Forgot to explain that.
Forum: Networking WordPress
In reply to: WordPressMU: Posts links lead to 404 errorWell, actually I can get to https://bloodytoe.nelsonshack.com/wp-admin and log in and make changes, see posts, etc. Should I still go down the mod_rewrite route?
Thanks, again.
Forum: Networking WordPress
In reply to: WordPressMU: Posts links lead to 404 errorWell, I’ll be, ipstenu, you were right. Turned off permalinks and now it works. Thanks, buddy. Props.
Forum: Networking WordPress
In reply to: WordPressMU: Posts links lead to 404 errorPer this page,, I now have this in my nelsonshack.com v-host conf:
<VirtualHost *:80> ServerAdmin [email protected] DocumentRoot "/usr/local/www/apache22/data" Servername www.nelsonshack.com ServerAlias nelsonshack.com *.nelsonshack.com RewriteEngine On RewriteOptions Inherit </VirtualHost>
Is that the correct way to enable mod_rewrite for each v-host?
Forum: Networking WordPress
In reply to: WordPressMU: Posts links lead to 404 errorI have this in my httpd.conf:
LoadModule rewrite_module libexec/apache22/mod_rewrite.so
I put the .htaccess file in my /usr/local/www/apache22/data (documentroot)
I’m using subdomains for this install.
Forum: Networking WordPress
In reply to: WordPressMU: Posts links lead to 404 errorThanks for the response, Ipstenu. Here it is:
RewriteEngine 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: Networking WordPress
In reply to: WordPressMU: Posts links lead to 404 errorhttps://www.nelsonshack.com is the site in question, btw.
Forum: Plugins
In reply to: [Tools for Twitter] [Plugin: Twitter Tools] new v2.4 broken/problems?In regard to the error:
“twitter tools Fatal error: Call to undefined function curl_init() in twitteroauth.php”, or something similar, I simply installed php-curl (as mentioned above) on my FreeBSD server. This worked like a charm.
Thanks, andrerighetto.
Nathan
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Wp Stats time zoneI would love to see an option so that my wp-stats is in sync with my blog’s timezone. It is frustrating to see my stats roll over at 6 PM at night! I still love this plugin, however. ??
Forum: Plugins
In reply to: extending the timeI am having the same problem. I believe that my time zone is set, correctly, yet my wp-stats rolls over at 6 PM, every day. Any ideas out there?
Forum: Plugins
In reply to: [Plugin: DandyID Services] DandyID services plugin activation parse errorI’m moving this to it’s own post. Just realized that this is a different issue.
Forum: Plugins
In reply to: [Plugin: DandyID Services] DandyID services plugin activation parse errorWhen I activate Dandy 1.1.0 in WP 2.7, I get “Fatal error: Call to undefined function curl_init() in /path/to/wordpress/wp-content/plugins/dandyid-services/class.dandyid.php on line 87”.
Any ideas?