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; <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Code (markup):
bY writing this code in .htaccess it means ur rewrite engine is enabled. Changing file permission is another thing. try this one. /%category%/%postname%/
Hey guys. Nows it working. I had to raise a ticket to my hosting company and they enabled the Apache Redirect Module for me