BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
OK, this does have to be like THIS:
Code:[SIZE=4]/%category%/%postname%[/SIZE]
not like
%category%/%postname%
Now it works.
::emp::
aahh was just going to tell you that glad you fixed it fasterOK, this does have to be like THIS:
Code:[SIZE=4]/%category%/%postname%[/SIZE]
not like
%category%/%postname%
Now it works.
::emp::