Quote:
Originally Posted by tatranska
|
There are a few factors to take into consideration here. Is the hosting shared? Are you using a windows server or a linux server?
Lets say you are using the shared hosting package.
I had an issue when installing wordpress via the siteapps option that they provide you with. If you have use siteapps to install wordpress, backup your database, but leave out the config table of the wordpress install. Then delete the wordpress site app from the server.
Then do a manual install of wordpress. Unzip the files to the root folder, then setup your DB, and install wordpress.
Heres where linux v windows comes in. With windows you have to create a web.config file, which from personal experience is a pain in the arse to work with.
If its linux, you create a .htaccess file, set the permissions (via ftp) to 0777 (i think?)
You want to use pretty permalinks by the looks of things. This is done by selecting the last option in permalinks and putting in %postname% in the text box.
Click save, you should get a notice on the top of the screen saying your htaccess file has been updated.
Change permissions of the htaccess file back to 755.
I would advise working with linux if you are not already, its a much better user experience imo. Blacknight will change your hosting package for you to linux if you are on windows.
Hope that helps.