zach.murphy3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress Error – No wp-congig.php?I said I do in the description. Any other suggestions?
Forum: Installing WordPress
In reply to: NO .htaccess.php in my root folderMake an empty .htaccess and change the permission numeric value to 666.
Forum: Installing WordPress
In reply to: NO .htaccess.php in my root folderMust be a prob with your webhost.
Forum: Installing WordPress
In reply to: NO .htaccess.php in my root folderIt’s not a php file. To get it, open notepad and type in this code.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressSet it to save as “All files” and name it .htaccess then upload to root directory.
Forum: Installing WordPress
In reply to: installationHmm. I don’t know. If you can, try manually re-installing. A lot of people seem to be having problems with Fantastico.
Forum: Installing WordPress
In reply to: installationIf you still need to run the installation, go to your website /wp-admin/install.php if you installed and have been using it, go to your website /wp-login.php
Forum: Installing WordPress
In reply to: wp-admin to adminIdk, try changing the directory of wp-admin to admin. Just in case, backup your WP files first.
Forum: Your WordPress
In reply to: custom avatarThe only way to do it is with gravatar.
Forum: Installing WordPress
In reply to: admin problems after upgrading to 3.0.1Yeah, try that. Also try uploading the old “wp-content” to that. You may get your themes and plugins back.
Forum: Installing WordPress
In reply to: admin problems after upgrading to 3.0.1Thanks for answering, I’m trying here. I’m a WordPress rookie. :]
Forum: Installing WordPress
In reply to: admin problems after upgrading to 3.0.1It seems the missing stuff is from the wp-content folder.
Forum: Installing WordPress
In reply to: admin problems after upgrading to 3.0.1I would say re-upload everything but the “wp-content” folder. Again, I could be wrong.