Seth
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: When is the .com interface coming?Forum: Networking WordPress
In reply to: Issues with subdomainsIt appears that subdomains in general have gone wacky on my web host (I hate them).
I’ll have to see about that.
Forum: Localhost Installs
In reply to: local multisite not workingFigured it out. Thanks anyway!
Forum: Installing WordPress
In reply to: Browser Tries to Download the install.php fileIt’s also possible php is not installed on your server.
Forum: Fixing WordPress
In reply to: Backing Up Hosted sites using Filezilla? (APlus.net)There is an amazing plugin that can do that for you. It makes backups of your database and files into one zip. It’s called myEASYbackup.
http://wordpress.org/extend/plugins/myeasybackup/Forum: Localhost Installs
In reply to: local multisite not workingNo. I just wanted to do it manually
Forum: Localhost Installs
In reply to: local multisite not workingXP 32-bit
Forum: Localhost Installs
In reply to: local multisite not workingSeveral times. Also restarted the computer.
Forum: Localhost Installs
In reply to: local multisite not workingUhh… Nope. I uncommented the line in
httpd.confthat saysLoadModule rewrite_module modules/mod_rewrite.so, but I still get the 404s. Is there something else to do?Forum: Localhost Installs
In reply to: local multisite not workingNeither, I installed Apache and PHP myself.
Forum: Localhost Installs
In reply to: local multisite not workingHow do you do that?
Forum: Plugins
In reply to: WP Multisite, need helpConnect to your ftp server. Select the folder where wordpress is installed. Find the
wp-config.php. Download it. Add the line that activates multisite. Re-upload that file.Forum: Plugins
In reply to: WP Multisite, need helpHave you change the config file on the server?
Forum: Fixing WordPress
In reply to: Turn off comments?To turn off comments for pages open up your theme’s page.php and remove the line:
<?php comments_template () ?>