I am getting all kind of wordpress errors on my blog I have just set it up can anyone help? When ever I try to add a catogory or open a page I get 404 errors www.blog.dragonstardesign.com please help.!!
It's your .htaccess file I think, you have it setup to show your pages a certain way. Try making it the deafult way or edit your .htaccess file.
I am no expert but I will bet you messed with the permalinks and have not updated the htaccess file. Chmod the file and then update it again.
you where both right it was the .htaccess file thanks for your help! I had to set the permalink back to default
in your ftp when you upload the files. should right click and look for permissions or chmod, depends on what ftp your using. Then make is 777
What do you have written in your .htaccess? This is the code: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Its all over the place its not a default one its been rewriten for a seo hack that did not work? will this code above work if its added alone on the file?
Still not working where on the server should the file be its in the top level folder account folder then in that are the domain folders.
The file should go to the root folder " / " did you copy the code to your .htaccess file? Do you have your blog on a different folder? Like /blog ? If so that's where you must put the file.
Account folder at top (.htaccess file is in this folder) then domain's in that websiteforumz.com dragonstardesign.com blog.dragonstardesign.com (sub domain) I downloaded the .htaccess file editied it as with the code and uploaded it again.