careerproinc 0 Report post Posted December 9, 2010 Hey There - I imported all my posts from my Typepad blog and when you try to click on the "continue reading" link at the bottom of every posts, or even try to read the post, it gives me a 404 Error. I'm attempting to change the permalinks on the posts but unfortunately I'm having to go one by one and that's not even working. I'm getting this message: If your .htaccess file were writable, we could do this automatically, but it isn??™t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all. <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /forum/home/ RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /forum/home/index.php [L] </IfModule> What do I do with this? Share this post Link to post Share on other sites
cmunns 16 Report post Posted December 9, 2010 an .htaccess for WordPress would go in the root of your WP install or in the root of the domain if WP is installed there. It is actually a hidden file and you may have to create one, but I'm sure you hosting provider can help you set this up if you tell them what you need in there. Share this post Link to post Share on other sites
cmunns 16 Report post Posted December 9, 2010 Also, for more instruction to create one you can just open a text file/editor and copy what you have above and save it as .htaccess Then you will need to place it where I mentioned above, but again it will be a hidden file so it's best to do it through the host Share this post Link to post Share on other sites