hedgehog
Forum Replies Created
-
Forum: Plugins
In reply to: WP plugin problems, GoDaddy issue, or me?Patience. GoDaddy has a lag time to it. Install it and wait. Mine showed up in about 15 or 20 minutes after I stopped messing with it. And yes I cleared my cache FYI .htaccess changes are the same way.
Forum: Fixing WordPress
In reply to: content=”WordPress 2.5″ remove?In 2.5 it’s hidden in the <?php wp_head(); ?> call
Forum: Fixing WordPress
In reply to: Site URL and Localhost?I’ve posted these before. They helped me get xampp up and running. WordPress is a breeze with xampp. I usually work out all the bugs on my system before going live.
http://mezzoblue.com/archives/2004/08/05/virtual_host/index.php
http://practice.chatserve.com/hosts.htmlHH
Forum: Installing WordPress
In reply to: Xampp with WP: A better tutorial?the latest xampp seems to want to secure things more. I had to change this rule to get rewrite to work
httpd.conf file around line 247
<FilesMatch “^\.ht”>
Order allow,deny
allow from all
</FilesMatch>Change it to allow from all… I come deny from all
Forum: Installing WordPress
In reply to: Xampp with WP: A better tutorial?These helped me get xampp up and running
http://mezzoblue.com/archives/2004/08/05/virtual_host/index.php
http://practice.chatserve.com/hosts.htmlI hope this helps
Forum: Themes and Templates
In reply to: How to get theme (Very Simple)This was a big help to me. http://www.urbangiraffe.com/themes/guides
Forum: Installing WordPress
In reply to: XML instead of MySQL?I’m running WordPress on my 128mb Flash drive using Xampplite from apachefriends.org with no problems. My advice, make sure you use USB 2 or it’s a bit slow.