I know this has been mentioned before but i have not found the solution!
Here is my site, its a site all bout foxy bingo, i've spent all morning trying to change the permalinks to
/%category%/%postname%/
I'm not sure where the .htaccess goes
If i put it in the root of my site, everything goes blank and i can't access anything
If i put it the root of the theme then it loses all styling and still doesn't work!
HELP
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>