Hi all,
I just set up my Wordpress site at http://www.livestreams2009.com
When I changed the permalink structure to a Custom structure - /%postname%/ none of the posts get resolved when you click on the link from the homepage.
But when I leave the default Wordpress Permalink Structure (eg: http://www.livestreams2009.com/?p=123), the post links get resolved perfectly.
My .htaccess file looks like the one below;
Please helpCode:<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>




Bookmarks