[Bug /page/ permalinks]
Hi, i'm using your template vers. 1.7.1, i added some jobs and i changed permalinks structure of my wordpress to "article name",
so i need pagination working on "recent works" when i'm trying to visit the second page thought websiteurl.com/page/2/ it doesn't work and if i change my structure to other type of permalinks that wordpress allows it works, i think this is a bug, someone got the same problem? i'm using a fresh install webserver a simply lamp with apache2,
(FollowSymlinks is already enabled into my vhost template cause it can be a problem if is not enabled )
when i try to visit my website and i go to websiteurl.com/page/2 automatically i got redirected to websiteurl.com/
there are no rules that do this in my vhost template and there are no strange rules in my .htaccess file (only wordpress default rules) :
Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
i hope someone know how to solve this problem,
regards.