I have read all the most of the tutorial but i still cant get how to mod_rewrite htaccess so my permalinks with this structure work properly /%category%/%postname%/
Below is how my htaccess look. Can you please advise me on what it should look like to enable the rewright
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
The url of my site is http://wearewithyou.co.uk
Many Thanks